@@ -1,7 +1,7 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -if ( !is_readable( __DIR__ . '/../../vendor/autoload.php' ) ) { |
|
4 | - die( 'You need to install this package with Composer before you can run the examples' ); |
|
3 | +if (!is_readable(__DIR__ . '/../../vendor/autoload.php')) { |
|
4 | + die('You need to install this package with Composer before you can run the examples'); |
|
5 | 5 | } |
6 | 6 | |
7 | 7 | require_once __DIR__ . '/../../vendor/autoload.php'; |
@@ -1,7 +1,7 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -if ( !is_readable( __DIR__ . '/../../vendor/autoload.php' ) ) { |
|
4 | - die( 'You need to install this package with Composer before you can run the examples' ); |
|
3 | +if (!is_readable(__DIR__ . '/../../vendor/autoload.php')) { |
|
4 | + die('You need to install this package with Composer before you can run the examples'); |
|
5 | 5 | } |
6 | 6 | |
7 | 7 | require_once __DIR__ . '/../../vendor/autoload.php'; |