Completed
Branch master (83ffaf)
by Richard
12:54
created
src/Schema/Grammars/MySqlGrammar.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
 
4 4
 namespace RichardStyles\EloquentEncryption\Schema\Grammars;
5 5
 
6
-use Illuminate\Support\Fluent;
7 6
 use Illuminate\Database\Schema\Grammars\MySqlGrammar as BaseMySqlGrammar;
7
+use Illuminate\Support\Fluent;
8 8
 
9 9
 class MySqlGrammar extends BaseMySqlGrammar
10 10
 {
Please login to merge, or discard this patch.
src/Schema/Grammars/PostgresGrammar.php 2 patches
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
10 10
     /**
11 11
      * Create the column definition for a encrypted type.
12 12
      *
13
-     * @param  \Illuminate\Support\Fluent  $column
14 13
      *
15 14
      * @return string
16 15
      */
Please login to merge, or discard this patch.
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace RichardStyles\EloquentEncryption\Schema\Grammars;
4 4
 
5
-use Illuminate\Support\Fluent;
6 5
 use Illuminate\Database\Schema\Grammars\PostgresGrammar as BasePostgresGrammar;
6
+use Illuminate\Support\Fluent;
7 7
 
8 8
 class PostgresGrammar extends BasePostgresGrammar
9 9
 {
Please login to merge, or discard this patch.
src/Schema/Grammars/SQLiteGrammar.php 2 patches
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
     /**
12 12
      * Create the column definition for a encrypted type.
13 13
      *
14
-     * @param  \Illuminate\Support\Fluent  $column
15 14
      *
16 15
      * @return string
17 16
      */
Please login to merge, or discard this 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
 
4 4
 namespace RichardStyles\EloquentEncryption\Schema\Grammars;
5 5
 
6
-use Illuminate\Support\Fluent;
7 6
 use Illuminate\Database\Schema\Grammars\SQLiteGrammar as IlluminateSQLiteGrammar;
7
+use Illuminate\Support\Fluent;
8 8
 
9 9
 class SQLiteGrammar extends IlluminateSQLiteGrammar
10 10
 {
Please login to merge, or discard this patch.
src/Schema/Grammars/SqlServerGrammar.php 2 patches
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
     /**
12 12
      * Create the column definition for a encrypted type.
13 13
      *
14
-     * @param  \Illuminate\Support\Fluent  $column
15 14
      *
16 15
      * @return string
17 16
      */
Please login to merge, or discard this 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
 
4 4
 namespace RichardStyles\EloquentEncryption\Schema\Grammars;
5 5
 
6
-use Illuminate\Support\Fluent;
7 6
 use Illuminate\Database\Schema\Grammars\SqlServerGrammar as IlluminateSqlServerGrammar;
7
+use Illuminate\Support\Fluent;
8 8
 
9 9
 class SqlServerGrammar extends IlluminateSqlServerGrammar
10 10
 {
Please login to merge, or discard this patch.