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

fix proto and enable php 7.1 in travis #55

Merged
merged 1 commit into from
Mar 12, 2017

Conversation

remicollet
Copy link
Contributor

PHPUnit 5.7.13 by Sebastian Bergmann and contributors.
.................................WWW.......PHP Fatal error:  Declaration of ZendTest\ModuleManager\Listener\TestAsset\SampleAbstractFactory::__invoke(Interop\Container\ContainerInterface $container, $name, array $options = Array) must be compatible with Zend\ServiceManager\Factory\FactoryInterface::__invoke(Interop\Container\ContainerInterface $container, $requestedName, ?array $options = NULL) in /builddir/build

@@ -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)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

small null instead of NULL imo for consistency

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

@Xerkus Xerkus merged commit 22cdfa5 into zendframework:master Mar 12, 2017
Xerkus added a commit that referenced this pull request Mar 12, 2017
@remicollet remicollet deleted the issue-proto branch March 12, 2017 08:36
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants