@@ -29,7 +29,7 @@ |
||
| 29 | 29 | |
| 30 | 30 | $booleans = array_fill(0, $successRatio, (int)true); |
| 31 | 31 | if ($successRatio !== 10) { |
| 32 | - $booleans = array_merge($booleans, array_fill($successRatio+1, $failureRatio, (int)false)); |
|
| 32 | + $booleans = array_merge($booleans, array_fill($successRatio + 1, $failureRatio, (int)false)); |
|
| 33 | 33 | } |
| 34 | 34 | |
| 35 | 35 | return $booleans; |
@@ -25,7 +25,7 @@ |
||
| 25 | 25 | * @var string |
| 26 | 26 | * @access protected |
| 27 | 27 | */ |
| 28 | - protected static $packagesDirectory = __DIR__ . '/packages'; |
|
| 28 | + protected static $packagesDirectory = __DIR__.'/packages'; |
|
| 29 | 29 | |
| 30 | 30 | /** |
| 31 | 31 | * @var string |