Completed
Push — master ( 524ecf...598fe1 )
by Michael
02:48
created
lib/EveApi/Corp/ContactList.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 /**
4 4
  * Contains WiringInterface Interface.
5 5
  *
Please login to merge, or discard this patch.
lib/EveApi/Corp/MemberMedals.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 /**
4 4
  * Contains WiringInterface Interface.
5 5
  *
Please login to merge, or discard this patch.
lib/EveApi/Corp/Contracts.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 /**
4 4
  * Contains WiringInterface Interface.
5 5
  *
Please login to merge, or discard this patch.
lib/EveApi/Corp/CorpSection.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 /**
4 4
  * Contains WiringInterface Interface.
5 5
  *
Please login to merge, or discard this patch.
lib/EveApi/Corp/OutpostServiceDetail.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 /**
4 4
  * Contains WiringInterface Interface.
5 5
  *
Please login to merge, or discard this patch.
lib/EveApi/Corp/MemberSecurityLog.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 /**
4 4
  * Contains WiringInterface Interface.
5 5
  *
Please login to merge, or discard this patch.
lib/EveApi/Corp/IndustryJobs.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@  discard block
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 /**
4 4
  * Contains class IndustryJobs.
5 5
  *
@@ -75,7 +75,7 @@  discard block
 block discarded – undo
75 75
             $this->setYem($yem);
76 76
         }
77 77
         $data = $event->getData();
78
-        $data->setEveApiName($data->getEveApiName() . 'History');
78
+        $data->setEveApiName($data->getEveApiName().'History');
79 79
         // Insure history has already been updated first so current data overwrites old data.
80 80
         $this->emitEvents($data, 'start');
81 81
         return parent::startEveApi($event, $eventName, $yem);
Please login to merge, or discard this patch.
lib/EveApi/Corp/OutpostList.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 /**
4 4
  * Contains WiringInterface Interface.
5 5
  *
Please login to merge, or discard this patch.
lib/EveApi/Corp/AccountBalance.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 /**
4 4
  * Contains WiringInterface Interface.
5 5
  *
Please login to merge, or discard this patch.