@@ -22,12 +22,12 @@ |
||
| 22 | 22 | || !(in_array(@$_SERVER['REMOTE_ADDR'], ['127.0.0.1', 'fe80::1', '::1', '113.0.0.1', '10.0.0.1'], true) || php_sapi_name() === 'cli-server') |
| 23 | 23 | ) { |
| 24 | 24 | header('HTTP/1.0 403 Forbidden'); |
| 25 | - exit('You are not allowed to access this file. Check '.basename(__FILE__).' for more information.'); |
|
| 25 | + exit('You are not allowed to access this file. Check ' . basename(__FILE__) . ' for more information.'); |
|
| 26 | 26 | } |
| 27 | 27 | |
| 28 | 28 | /** @var \Composer\Autoload\ClassLoader $loader */ |
| 29 | -$loader = require __DIR__.'/../app/autoload.php'; |
|
| 30 | -include_once __DIR__.'/../var/bootstrap.php.cache'; |
|
| 29 | +$loader = require __DIR__ . '/../app/autoload.php'; |
|
| 30 | +include_once __DIR__ . '/../var/bootstrap.php.cache'; |
|
| 31 | 31 | |
| 32 | 32 | Debug::enable(); |
| 33 | 33 | |
@@ -17,8 +17,8 @@ |
||
| 17 | 17 | */ |
| 18 | 18 | |
| 19 | 19 | /** @var \Composer\Autoload\ClassLoader $loader */ |
| 20 | -$loader = require __DIR__.'/../app/autoload.php'; |
|
| 21 | -include_once __DIR__.'/../var/bootstrap.php.cache'; |
|
| 20 | +$loader = require __DIR__ . '/../app/autoload.php'; |
|
| 21 | +include_once __DIR__ . '/../var/bootstrap.php.cache'; |
|
| 22 | 22 | |
| 23 | 23 | $kernel = new AppKernel('prod', false); |
| 24 | 24 | $kernel->loadClassCache(); |
@@ -21,12 +21,12 @@ |
||
| 21 | 21 | || !(in_array(@$_SERVER['REMOTE_ADDR'], ['127.0.0.1', 'fe80::1', '::1', '113.0.0.1', '10.0.0.1'], true) || php_sapi_name() === 'cli-server') |
| 22 | 22 | ) { |
| 23 | 23 | header('HTTP/1.0 403 Forbidden'); |
| 24 | - exit('You are not allowed to access this file. Check '.basename(__FILE__).' for more information.'); |
|
| 24 | + exit('You are not allowed to access this file. Check ' . basename(__FILE__) . ' for more information.'); |
|
| 25 | 25 | } |
| 26 | 26 | |
| 27 | 27 | /** @var \Composer\Autoload\ClassLoader $loader */ |
| 28 | -$loader = require __DIR__.'/../app/autoload.php'; |
|
| 29 | -include_once __DIR__.'/../var/bootstrap.php.cache'; |
|
| 28 | +$loader = require __DIR__ . '/../app/autoload.php'; |
|
| 29 | +include_once __DIR__ . '/../var/bootstrap.php.cache'; |
|
| 30 | 30 | |
| 31 | 31 | $kernel = new AppKernel('test_cached', false); |
| 32 | 32 | $kernel->loadClassCache(); |
@@ -27,12 +27,12 @@ |
||
| 27 | 27 | || !(in_array(@$_SERVER['REMOTE_ADDR'], ['127.0.0.1', 'fe80::1', '::1', '113.0.0.1', '10.0.0.1'], true) || php_sapi_name() === 'cli-server') |
| 28 | 28 | )) { |
| 29 | 29 | header('HTTP/1.0 403 Forbidden'); |
| 30 | - exit('You are not allowed to access this file. Check '.basename(__FILE__).' for more information.'); |
|
| 30 | + exit('You are not allowed to access this file. Check ' . basename(__FILE__) . ' for more information.'); |
|
| 31 | 31 | } |
| 32 | 32 | |
| 33 | 33 | /** @var \Composer\Autoload\ClassLoader $loader */ |
| 34 | -$loader = require __DIR__.'/../app/autoload.php'; |
|
| 35 | -include_once __DIR__.'/../var/bootstrap.php.cache'; |
|
| 34 | +$loader = require __DIR__ . '/../app/autoload.php'; |
|
| 35 | +include_once __DIR__ . '/../var/bootstrap.php.cache'; |
|
| 36 | 36 | |
| 37 | 37 | Debug::enable(); |
| 38 | 38 | |
@@ -100,8 +100,7 @@ |
||
| 100 | 100 | */ |
| 101 | 101 | private function createChoiceList() |
| 102 | 102 | { |
| 103 | - return function (Options $options) |
|
| 104 | - { |
|
| 103 | + return function (Options $options) { |
|
| 105 | 104 | if (isset($options['subject'])) { |
| 106 | 105 | $resolvedMethods = $this->paymentMethodsResolver->getSupportedMethods($options['subject']); |
| 107 | 106 | } else { |