Completed
Push — master ( d05ff6...d2ecbc )
by Mikael
03:30 queued 02:04
created
sources/lib/PropertyInfo/Extractor/TypeExtractor.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -76,6 +76,7 @@  discard block
 block discarded – undo
76 76
     /**
77 77
      * Get the corresponding php type of a $sql_type type
78 78
      *
79
+     * @param string $sql_type
79 80
      * @return string
80 81
      */
81 82
     private function getPommType(Session $session, $sql_type)
@@ -94,6 +95,7 @@  discard block
 block discarded – undo
94 95
     /**
95 96
      * Create a new Type for the $pomm_type type
96 97
      *
98
+     * @param string $pomm_type
97 99
      * @return Type
98 100
      */
99 101
     private function createPropertyType($pomm_type)
Please login to merge, or discard this patch.