Completed
Pull Request — master (#12)
by Saurabh
01:03
created
src/Listeners/SetAutoIncrement.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
     /**
33 33
      * Handle the event.
34 34
      *
35
-     * @param  object  $event
35
+     * @param  MigrationsEnded  $event
36 36
      * @return void
37 37
      */
38 38
     public function handle(MigrationsEnded $event)
Please login to merge, or discard this patch.
src/UpdateAttribute.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -6,6 +6,9 @@
 block discarded – undo
6 6
 
7 7
 trait UpdateAttribute
8 8
 {
9
+    /**
10
+     * @param string $driver
11
+     */
9 12
     protected function updateAutoIncrement($driver, $table): void
10 13
     {
11 14
         $method = "update{$driver}AutoIncrement";
Please login to merge, or discard this patch.