@@ -31,9 +31,9 @@ discard block |
||
31 | 31 | 'rev-manifest.json', |
32 | 32 | ], |
33 | 33 | // Error handling |
34 | - 'missingAsset' => 'notice', // exception, notice, or ignore |
|
34 | + 'missingAsset' => 'notice', // exception, notice, or ignore |
|
35 | 35 | 'missingManifest' => 'notice', // exception, notice, or ignore |
36 | - 'missingRevision' => 'ignore', // exception, notice, or ignore |
|
36 | + 'missingRevision' => 'ignore', // exception, notice, or ignore |
|
37 | 37 | ]; |
38 | 38 | |
39 | 39 | |
@@ -67,7 +67,7 @@ discard block |
||
67 | 67 | */ |
68 | 68 | private function validateChoices($key, array $choices) |
69 | 69 | { |
70 | - if ( ! in_array($this->config[$key], $choices)) { |
|
70 | + if (!in_array($this->config[$key], $choices)) { |
|
71 | 71 | throw new UnexpectedValueException(sprintf( |
72 | 72 | "Unexpected value '%s' of '%s' configuration key. Allowed values: %s.", |
73 | 73 | $this->config[$key], |