Passed
Pull Request — master (#281)
by
unknown
05:45
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.
src/Notifynder/Collections/Config.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -116,7 +116,6 @@
 block discarded – undo
116 116
 
117 117
     /**
118 118
      * @param string $key
119
-     * @param null $value
120 119
      */
121 120
     public function forget($key)
122 121
     {
Please login to merge, or discard this patch.