Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Merge pull request #55 from remicollet/issue-proto
Browse files Browse the repository at this point in the history
fix proto and enable php 7.1 in travis
  • Loading branch information
Xerkus committed Mar 12, 2017
2 parents 8248e2e + 870e1c4 commit 22cdfa5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ matrix:
env:
- EVENT_MANAGER_VERSION="^2.6.2"
- SERVICE_MANAGER_VERSION="^2.7.5"
- php: 7.1
- php: 7.1
env:
- EVENT_MANAGER_VERSION="^2.6.2"
- SERVICE_MANAGER_VERSION="^2.7.5"
- php: hhvm
- php: hhvm
env:
Expand Down
2 changes: 1 addition & 1 deletion test/Listener/TestAsset/SampleAbstractFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public function canCreateServiceWithName(ServiceLocatorInterface $container, $na
return true;
}

public function __invoke(ContainerInterface $container, $name, array $options = [])
public function __invoke(ContainerInterface $container, $name, array $options = null)
{
return new stdClass;
}
Expand Down

0 comments on commit 22cdfa5

Please sign in to comment.