Completed
Push — master ( e2a0b1...29ce32 )
by Michal
07:44
created
src/Webrouse/AssetMacro/DI/Extension.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -31,9 +31,9 @@  discard block
 block discarded – undo
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
 block discarded – undo
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],
Please login to merge, or discard this patch.