Completed
Push — master ( 7333d4...d6297f )
by Jean
03:34
created
src/Rule/Trait_RuleWithCache.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -11,9 +11,9 @@
 block discarded – undo
11 11
 {
12 12
     /** @var array $cache */
13 13
     protected $cache = [
14
-        'array'       => null,  // filled by toArray()
15
-        'string'      => null,  // filled by toString()
16
-        'semantic_id' => null,  // filled by getSemanticId()
14
+        'array'       => null, // filled by toArray()
15
+        'string'      => null, // filled by toString()
16
+        'semantic_id' => null, // filled by getSemanticId()
17 17
     ];
18 18
 
19 19
     /** @var array $static_cache */
Please login to merge, or discard this patch.