@@ -16,7 +16,7 @@ |
||
16 | 16 | * @param $className |
17 | 17 | */ |
18 | 18 | spl_autoload_register( |
19 | - function ($className) { |
|
19 | + function($className) { |
|
20 | 20 | if (strpos($className, 'O2System\Psr\\') === false) { |
21 | 21 | return; |
22 | 22 | } |
@@ -998,7 +998,7 @@ |
||
998 | 998 | * |
999 | 999 | * @var int |
1000 | 1000 | */ |
1001 | - const STATUS_BANDWIDTH_LIMIT_EXCEEDED = 509; // Apache bw/limited extension |
|
1001 | + const STATUS_BANDWIDTH_LIMIT_EXCEEDED = 509; // Apache bw/limited extension |
|
1002 | 1002 | |
1003 | 1003 | /** |
1004 | 1004 | * ResponseStatusInterface::STATUS_NOT_EXTENDED |