Completed
Push — master ( 31b5db...524ecf )
by Michael
03:26
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 class ContactList.
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 class MemberMedals.
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 class Contracts.
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 CorpSection class.
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 class OutpostServiceDetail.
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 class MemberSecurityLog.
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
  *
@@ -74,7 +74,7 @@  discard block
 block discarded – undo
74 74
             $this->setYem($yem);
75 75
         }
76 76
         $data = $event->getData();
77
-        $data->setEveApiName($data->getEveApiName() . 'History');
77
+        $data->setEveApiName($data->getEveApiName().'History');
78 78
         // Insure history has already been updated first so current data overwrites old data.
79 79
         $this->emitEvents($data, 'start');
80 80
         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 class OutpostList.
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 class AccountBalance.
5 5
  *
Please login to merge, or discard this patch.