Test Failed
Pull Request — master (#97)
by Christopher
08:39
created
tests/EdmxTest.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,6 +35,9 @@  discard block
 block discarded – undo
35 35
         $this->v3MetadataAgainstXSD($d);
36 36
     }
37 37
 
38
+    /**
39
+     * @param string $data
40
+     */
38 41
     public function v3MetadataAgainstXSD($data)
39 42
     {
40 43
         $ds = DIRECTORY_SEPARATOR;
@@ -59,7 +62,7 @@  discard block
 block discarded – undo
59 62
     }
60 63
 
61 64
     /**
62
-     * @param $ds
65
+     * @param string $ds
63 66
      * @param $edmx
64 67
      * @param $msg
65 68
      */
Please login to merge, or discard this patch.