Test Setup Failed
Pull Request — master (#381)
by
unknown
71:37 queued 06:40
created
src/Translatable/Console/TranslateTableCommand.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -81,7 +81,7 @@
 block discarded – undo
81 81
     /**
82 82
      * Get the translate model class name.
83 83
      *
84
-     * @param $table
84
+     * @param string $table
85 85
      * @return string
86 86
      */
87 87
     protected function getModelName($table)
Please login to merge, or discard this patch.
src/Translatable/Translatable.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -213,7 +213,7 @@  discard block
 block discarded – undo
213 213
 
214 214
     /**
215 215
      * @param string $key
216
-     * @param mixed $value
216
+     * @param string $value
217 217
      *
218 218
      * @return $this
219 219
      */
@@ -317,7 +317,7 @@  discard block
 block discarded – undo
317 317
     }
318 318
 
319 319
     /**
320
-     * @param null $locale
320
+     * @param string $locale
321 321
      *
322 322
      * @return string
323 323
      */
@@ -739,7 +739,7 @@  discard block
 block discarded – undo
739 739
     /**
740 740
      * Set the default locale on the model.
741 741
      *
742
-     * @param $locale
742
+     * @param string|null $locale
743 743
      *
744 744
      * @return $this
745 745
      */
Please login to merge, or discard this patch.