Completed
Push — develop ( 861d53...f7099d )
by
unknown
14:20
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
@@ -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.