Completed
Push — develop ( 0e663d...d3bdb5 )
by Bradley
05:42
created
src/filters.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -11,8 +11,6 @@
 block discarded – undo
11 11
 |
12 12
 */
13 13
 
14
-use Illuminate\Support\Facades\Event;
15
-
16 14
 App::before(function($request)
17 15
 {
18 16
 	Notifier::fetchNotifications();
Please login to merge, or discard this patch.
src/Cornford/Notifier/Models/Notification.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -62,7 +62,7 @@
 block discarded – undo
62 62
 	 * @param string           $message
63 63
 	 * @param string           $type
64 64
 	 * @param DateTime         $datetime
65
-	 * @param DateTime|integer $expiry
65
+	 * @param integer $expiry
66 66
 	 * @param array            $options
67 67
 	 *
68 68
 	 * @throws NotifierNotificationArgumentException
Please login to merge, or discard this patch.