@@ -2,10 +2,9 @@ language: php
|
||||
|
||||
php:
|
||||
- 7.1
|
||||
- nightly
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- php: nightly
|
||||
allow_failures:
|
||||
- php: nightly
|
||||
fast_finish: true
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user