Skip to content
This repository has been archived by the owner on Aug 20, 2018. It is now read-only.

Commit

Permalink
Merge pull request #51 from konecnyjakub/php7.2
Browse files Browse the repository at this point in the history
PHP 7.2 Compatibility
  • Loading branch information
mrtnzlml authored Oct 14, 2017
2 parents 17d96f1 + aa056ba commit cfe8471
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ php:
- 5.6
- 7.0
- 7.1
- 7.2

services:
- mysql
Expand All @@ -15,6 +16,10 @@ env:
- DB=pgsql RUNLEVEL=0
- DB=pgsql RUNLEVEL=10

matrix:
allow_failures:
- php: 7.2

before_script:
- composer selfupdate --no-progress
- travis_retry composer install --prefer-dist
Expand Down
3 changes: 2 additions & 1 deletion src/ContainerFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
/**
* @internal
*/
class ContainerFactory extends \Nette\Object
class ContainerFactory
{
use \Nette\SmartObject;

private static $container;

Expand Down

0 comments on commit cfe8471

Please sign in to comment.