Passed
Pull Request — master (#14)
by nguereza
03:07
created
storage/migrations/seeds/20240616_000004_roles_permissions_seed.php 2 patches
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,7 @@
 block discarded – undo
10 10
 
11 11
     public function run(): void
12 12
     {
13
-      //Action when run the seed
13
+        //Action when run the seed
14 14
       
15 15
         $data = [
16 16
     0 => [
Please login to merge, or discard this patch.
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -5,8 +5,7 @@
 block discarded – undo
5 5
 
6 6
 use Platine\Framework\Migration\Seed\AbstractSeed;
7 7
 
8
-class RolesPermissionsSeed20240616000004 extends AbstractSeed
9
-{
8
+class RolesPermissionsSeed20240616000004 extends AbstractSeed {
10 9
 
11 10
     public function run(): void
12 11
     {
Please login to merge, or discard this patch.
storage/migrations/seeds/20240616_000002_products_seed.php 3 patches
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,7 @@
 block discarded – undo
10 10
 
11 11
     public function run(): void
12 12
     {
13
-      //Action when run the seed
13
+        //Action when run the seed
14 14
       
15 15
         $data = [
16 16
     0 => [
Please login to merge, or discard this patch.
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -5,8 +5,7 @@
 block discarded – undo
5 5
 
6 6
 use Platine\Framework\Migration\Seed\AbstractSeed;
7 7
 
8
-class ProductsSeed20240616000002 extends AbstractSeed
9
-{
8
+class ProductsSeed20240616000002 extends AbstractSeed {
10 9
 
11 10
     public function run(): void
12 11
     {
Please login to merge, or discard this patch.
Upper-Lower-Casing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -16,17 +16,17 @@
 block discarded – undo
16 16
     0 => [
17 17
         'id' => 1,
18 18
         'name' => 'Toyota Corolla Verso 1.8',
19
-        'description' => NULL,
19
+        'description' => null,
20 20
         'price' => 3467.0,
21 21
         'quantity' => 2.0,
22 22
         'product_category_id' => 2,
23 23
         'created_at' => '2023-12-07 06:21:59',
24
-        'updated_at' => NULL,
24
+        'updated_at' => null,
25 25
     ],
26 26
     1 => [
27 27
         'id' => 2,
28 28
         'name' => 'HP 840',
29
-        'description' => NULL,
29
+        'description' => null,
30 30
         'price' => 890.0,
31 31
         'quantity' => 14.0,
32 32
         'product_category_id' => 1,
Please login to merge, or discard this patch.
storage/migrations/seeds/20240616_000006_role_user_seed.php 2 patches
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,7 @@
 block discarded – undo
10 10
 
11 11
     public function run(): void
12 12
     {
13
-      //Action when run the seed
13
+        //Action when run the seed
14 14
       
15 15
         $data = [
16 16
     0 => [
Please login to merge, or discard this patch.
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -5,8 +5,7 @@
 block discarded – undo
5 5
 
6 6
 use Platine\Framework\Migration\Seed\AbstractSeed;
7 7
 
8
-class RoleUserSeed20240616000006 extends AbstractSeed
9
-{
8
+class RoleUserSeed20240616000006 extends AbstractSeed {
10 9
 
11 10
     public function run(): void
12 11
     {
Please login to merge, or discard this patch.