Passed
Pull Request — master (#281)
by
unknown
15:53
created
src/Notifynder/Parsers/NotificationParser.php 2 patches
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.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use Fenos\Notifynder\Models\NotificationCategory;
6 6
 use Fenos\Notifynder\Exceptions\ExtraParamsException;
7 7
 use Fenos\Notifynder\Models\Notification as ModelNotification;
8
-use Fenos\Notifynder\Builder\Notification as BuilderNotification;
9 8
 use Illuminate\Database\Eloquent\ModelNotFoundException;
10 9
 
11 10
 /**
Please login to merge, or discard this patch.