Completed
Push — master ( 31b5db...524ecf )
by Michael
03:26
created
lib/EveApi/Char/Notifications.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 Notifications.
5 5
  *
Please login to merge, or discard this patch.
lib/EveApi/Char/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/Char/MailingLists.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 MailingLists.
5 5
  *
Please login to merge, or discard this patch.
lib/EveApi/Char/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.
lib/EveApi/Char/CharacterSheet.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 CharacterSheet.
5 5
  *
Please login to merge, or discard this patch.
lib/EveApi/Char/WalletJournal.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 WalletJournal.
5 5
  *
Please login to merge, or discard this patch.
lib/EveApi/Char/IndustryJobsHistory.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 IndustryJobsHistory.
5 5
  *
Please login to merge, or discard this patch.
lib/EveApi/Char/SkillQueue.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 SkillQueue.
5 5
  *
Please login to merge, or discard this patch.
lib/EveApi/Char/CharSection.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 CharSection class.
5 5
  *
Please login to merge, or discard this patch.