Completed
Push — master ( 47ba09...835e61 )
by Samuel
02:36
created
src/JsonDbStructure.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -126,7 +126,7 @@  discard block
 block discarded – undo
126 126
     }
127 127
 
128 128
     /**
129
-     * @param $topLevelObject string
129
+     * @param string $topLevelObject string
130 130
      * @param $crudAction string
131 131
      *
132 132
      * Based on the values provided in the $topLevelObject and $crudAction
@@ -281,7 +281,7 @@  discard block
 block discarded – undo
281 281
 
282 282
     /**
283 283
      * @param $jsonStructures array
284
-     * @param $objectDefiner string
284
+     * @param string $objectDefiner string
285 285
      *
286 286
      * While the {@link generateSqlFromStructure()} method above generates sql string
287 287
      * from only valid top level objects, this method generates sql statements from valid
@@ -352,7 +352,7 @@  discard block
 block discarded – undo
352 352
     /**
353 353
      * @param $encloserPre string
354 354
      * @param $encloserPost string
355
-     * @param $enclosee string
355
+     * @param string $enclosee string
356 356
      *
357 357
      * Checks to see if a string ($enclosee) is enclosed by special characters
358 358
      * such as '{' and '}' and '[' and ']'.
Please login to merge, or discard this patch.
src/JsynExtractor.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@  discard block
 block discarded – undo
35 35
     private $sqlSyntax;
36 36
 
37 37
     /**
38
-     * @param $jsynFile string | PathUtil
38
+     * @param string $jsynFile string | PathUtil
39 39
      * @param $sqlSyntax string
40 40
      *
41 41
      * @return null
@@ -84,7 +84,7 @@  discard block
 block discarded – undo
84 84
     }
85 85
 
86 86
      /**
87
-     * @return Array
87
+     * @return string
88 88
      */
89 89
     public function getJsyn()
90 90
     {
@@ -111,7 +111,7 @@  discard block
 block discarded – undo
111 111
     /**
112 112
      * Returns the extracted jsyn as a string
113 113
      *
114
-     * @return null
114
+     * @return string
115 115
      */
116 116
     public function __toString()
117 117
     {
Please login to merge, or discard this patch.