Completed
Push — master ( dd341e...ba6dcb )
by Gabriel
07:12
created
src/Relations/MorphTo.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -83,8 +83,8 @@  discard block
 block discarded – undo
83 83
 
84 84
     /**
85 85
      * @param Collection $collection
86
-     * @param $manager
87
-     * @return Query
86
+     * @param RecordManager $manager
87
+     * @return \Nip\Database\Query\AbstractQuery
88 88
      * @throws Exception
89 89
      */
90 90
     public function getEagerQueryType(Collection $collection, $manager)
@@ -118,7 +118,7 @@  discard block
 block discarded – undo
118 118
 
119 119
     /** @noinspection PhpMissingParentCallCommonInspection
120 120
      * @param Record $record
121
-     * @return array
121
+     * @return string
122 122
      * @throws \Exception
123 123
      */
124 124
     protected function getDictionaryKey(Record $record)
Please login to merge, or discard this patch.