Completed
Push — master ( c9aaee...04663d )
by Samuel
02:24
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   +2 added lines, -2 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
     public function __construct($jsynFile, $sqlSyntax)
@@ -78,7 +78,7 @@  discard block
 block discarded – undo
78 78
     }
79 79
 
80 80
     /**
81
-     * @return array
81
+     * @return string
82 82
      */
83 83
     public function getJsyn()
84 84
     {
Please login to merge, or discard this patch.
JsynExtractor.php 1 patch
Doc Comments   +2 added lines, -2 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
     public function __construct($jsynFile, $sqlSyntax)
@@ -78,7 +78,7 @@  discard block
 block discarded – undo
78 78
     }
79 79
 
80 80
     /**
81
-     * @return array
81
+     * @return string
82 82
      */
83 83
     public function getJsyn()
84 84
     {
Please login to merge, or discard this patch.