Completed
Push — version-4 ( 41578e...9f7ef0 )
by
unknown
03:53
created
src/Notifynder/Models/Notification.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@
 block discarded – undo
47 47
     /**
48 48
      * Notification constructor.
49 49
      *
50
-     * @param array $attributes
50
+     * @param BuilderNotification $attributes
51 51
      */
52 52
     public function __construct($attributes = [])
53 53
     {
Please login to merge, or discard this patch.
src/Notifynder/Parsers/NotificationParser.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -74,10 +74,10 @@
 block discarded – undo
74 74
     }
75 75
 
76 76
     /**
77
-     * @param array|object $object
77
+     * @param Notification $object
78 78
      * @param string $key
79 79
      * @param null|mixed $default
80
-     * @return mixed
80
+     * @return string
81 81
      */
82 82
     protected function mixedGet($object, $key, $default = null)
83 83
     {
Please login to merge, or discard this patch.