Passed
Push — develop ( f4eda2...3223a5 )
by
unknown
08:15
created
src/Notifynder/Parsers/NotificationParser.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@  discard block
 block discarded – undo
20 20
     /**
21 21
      * Parse a notification and return the body text.
22 22
      *
23
-     * @param array|ModelNotification|BuilderNotification $notification
23
+     * @param ModelNotification $notification
24 24
      * @param int $categoryId
25 25
      * @return string
26 26
      * @throws ExtraParamsException
@@ -81,7 +81,7 @@  discard block
 block discarded – undo
81 81
      * @param array|object $object
82 82
      * @param string $key
83 83
      * @param null|mixed $default
84
-     * @return mixed
84
+     * @return string
85 85
      */
86 86
     protected function mixedGet($object, $key, $default = null)
87 87
     {
Please login to merge, or discard this patch.