Completed
Branch master (899a66)
by Reen
58:20
created
src/Comparator.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -88,6 +88,9 @@
 block discarded – undo
88 88
         return $this->createDiff('var:type', StructureDiffInfo::TYPE);
89 89
     }
90 90
 
91
+    /**
92
+     * @param string $structure
93
+     */
91 94
     private function diffType($data, $structure)
92 95
     {
93 96
         $needTypes = explode('|', $structure);
Please login to merge, or discard this patch.