Passed
Branch master (0bc6f6)
by Oguzhan
02:33
created
src/HydratableTrait.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@  discard block
 block discarded – undo
54 54
      * @param  object|array $class       class
55 55
      * @param  boolean      $failOnError Throw Exception if any error(s) occur
56 56
      *
57
-     * @return object
57
+     * @return HydratableTrait
58 58
      *
59 59
      * @throws \Exception if hydration failes AND $failOnError is true
60 60
      */
@@ -121,7 +121,7 @@  discard block
 block discarded – undo
121 121
      *
122 122
      * @param $key
123 123
      *
124
-     * @return mixed|string
124
+     * @return string
125 125
      */
126 126
     private function resolvePropertyName($key)
127 127
     {
Please login to merge, or discard this patch.