Merge pull request #12 from pamil/travis-fuckup

Fix Travis build
This commit is contained in:
Kamil Kokot
2017-07-10 21:16:36 +02:00
committed by GitHub
2 changed files with 2 additions and 3 deletions

View File

@@ -2,10 +2,9 @@ language: php
php:
- 7.1
- nightly
matrix:
include:
- php: nightly
allow_failures:
- php: nightly
fast_finish: true

View File

@@ -277,7 +277,7 @@ final class SymfonyExtension implements Extension
*
* @throws \DomainException
*/
private function requireKernelBootstrapFile(string $basePath, string $bootstrapPath): void
private function requireKernelBootstrapFile(string $basePath, ?string $bootstrapPath): void
{
if (null === $bootstrapPath) {
return;