Test Setup Failed
Push — master ( 1fae15...0a0a56 )
by Bas
01:35
created
src/Schema/Blueprint.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -141,7 +141,7 @@
 block discarded – undo
141 141
     /**
142 142
      * Generate the compilation method name and call it if method exists in the Grammar object.
143 143
      *
144
-     * @param $command
144
+     * @param Fluent $command
145 145
      * @return mixed
146 146
      */
147 147
     public function compileAqlCommand($command)
Please login to merge, or discard this patch.
src/Schema/Concerns/Indexes.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -79,7 +79,7 @@  discard block
 block discarded – undo
79 79
      *  Specify a spatial index for the table.
80 80
      *
81 81
      * @param $columns
82
-     * @param null $name
82
+     * @param string|null $name
83 83
      * @param array $indexOptions
84 84
      * @return Fluent
85 85
      */
@@ -203,7 +203,7 @@  discard block
 block discarded – undo
203 203
 
204 204
     /**
205 205
      * @param string|null $algorithm
206
-     * @return mixed|string
206
+     * @return string
207 207
      */
208 208
     protected function mapIndexType($algorithm)
209 209
     {
Please login to merge, or discard this patch.