Completed
Push — master ( 2ca058...94b9b5 )
by Tyler
02:05
created
migrations/2016_03_17_000000_create_lern_tables.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-use Illuminate\Database\Schema\Blueprint;
4 3
 use Illuminate\Database\Migrations\Migration;
4
+use Illuminate\Database\Schema\Blueprint;
5 5
 
6 6
 class CreateLERNTables extends Migration {
7 7
 
Please login to merge, or discard this patch.
src/Notifications/Notifier.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,8 +3,8 @@
 block discarded – undo
3 3
 namespace Tylercd100\LERN\Notifications;
4 4
 
5 5
 use Exception;
6
-use Monolog\Logger;
7 6
 use Monolog\Handler\HandlerInterface;
7
+use Monolog\Logger;
8 8
 use Tylercd100\LERN\Notifications\MonologHandlerFactory;
9 9
 
10 10
 class Notifier {
Please login to merge, or discard this patch.
src/LERN.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -77,7 +77,7 @@
 block discarded – undo
77 77
      * @param  HandlerInterface $handler The handler instance to add on
78 78
      * @return Notifier                  Returns this
79 79
      */
80
-    public function pushHandler(HandlerInterface $handler){
80
+    public function pushHandler(HandlerInterface $handler) {
81 81
         $this->notifier->pushHandler($handler);
82 82
         return $this;
83 83
     }
Please login to merge, or discard this patch.