Completed
Pull Request — master (#282)
by Tom
15:11
created
src/Notifynder/Parsers/NotificationParser.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -84,10 +84,10 @@
 block discarded – undo
84 84
     }
85 85
 
86 86
     /**
87
-     * @param array|object $object
87
+     * @param ModelNotification $object
88 88
      * @param string $key
89 89
      * @param null|mixed $default
90
-     * @return mixed
90
+     * @return string
91 91
      */
92 92
     protected function mixedGet($object, $key, $default = null)
93 93
     {
Please login to merge, or discard this patch.