@@ -2,10 +2,9 @@ language: php
|
|||||||
|
|
||||||
php:
|
php:
|
||||||
- 7.1
|
- 7.1
|
||||||
|
- nightly
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
|
||||||
- php: nightly
|
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- php: nightly
|
- php: nightly
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
|
|||||||
@@ -277,7 +277,7 @@ final class SymfonyExtension implements Extension
|
|||||||
*
|
*
|
||||||
* @throws \DomainException
|
* @throws \DomainException
|
||||||
*/
|
*/
|
||||||
private function requireKernelBootstrapFile(string $basePath, string $bootstrapPath): void
|
private function requireKernelBootstrapFile(string $basePath, ?string $bootstrapPath): void
|
||||||
{
|
{
|
||||||
if (null === $bootstrapPath) {
|
if (null === $bootstrapPath) {
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user