Test Setup Failed
Pull Request — master (#46)
by Alex
02:58
created
src/Models/MetadataTrait.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -465,8 +465,8 @@  discard block
 block discarded – undo
465 465
     }
466 466
 
467 467
     /**
468
-     * @param $foo
469
-     * @return array
468
+     * @param BelongsToMany $foo
469
+     * @return string[]
470 470
      */
471 471
     private function polyglotKeyMethodNames($foo)
472 472
     {
@@ -482,8 +482,8 @@  discard block
 block discarded – undo
482 482
      * @param $first
483 483
      * @param $property
484 484
      * @param $last
485
-     * @param $mult
486
-     * @param $targ
485
+     * @param string $mult
486
+     * @param string $targ
487 487
      */
488 488
     private function addRelationsHook(&$hooks, $first, $property, $last, $mult, $targ)
489 489
     {
Please login to merge, or discard this patch.