From 736002637ea7e57bb72b21949808785eee4b6580 Mon Sep 17 00:00:00 2001 From: Kamil Kokot Date: Mon, 10 Jul 2017 21:03:45 +0200 Subject: [PATCH 1/2] Fix Travis build --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9812240..67e67e2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,10 +2,9 @@ language: php php: - 7.1 + - nightly matrix: - include: - - php: nightly allow_failures: - php: nightly fast_finish: true From cfd3cd66e0cf1bd7d157798a53124c3b75a7c208 Mon Sep 17 00:00:00 2001 From: Kamil Kokot Date: Mon, 10 Jul 2017 21:12:06 +0200 Subject: [PATCH 2/2] Fix typehints --- src/ServiceContainer/SymfonyExtension.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ServiceContainer/SymfonyExtension.php b/src/ServiceContainer/SymfonyExtension.php index 7eb8b60..0c08971 100644 --- a/src/ServiceContainer/SymfonyExtension.php +++ b/src/ServiceContainer/SymfonyExtension.php @@ -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;