Completed
Push — master ( 7c779a...16979d )
by Reen
10:48
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.