Completed
Push — master ( 486f8f...c9aaee )
by Samuel
02:17
created
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.
src/JsonDbStructure.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -109,7 +109,7 @@
 block discarded – undo
109 109
      * @param $jsonStructureFile PathUtil | string | Array
110 110
      * @param $sqlVendor string
111 111
      */
112
-    public function __construct($jsonStructureFile, $sqlVendor='default')
112
+    public function __construct($jsonStructureFile, $sqlVendor = 'default')
113 113
     {
114 114
         if (is_array($jsonStructureFile)) {
115 115
             $this->jsonStructure = $jsonStructureFile;
Please login to merge, or discard this patch.