Passed
Push — master ( 8183fa...32f922 )
by Paweł
11:33
created
src/Build/Talent/SecretKnowledge/Ascension.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@  discard block
 block discarded – undo
61 61
 
62 62
     public function getRequiredEtherum(): Etherum
63 63
     {
64
-        return match ($this->value) {
64
+        return match($this->value) {
65 65
             self::FIRST_ASCENSION => new Etherum(10),
66 66
             self::SECOND_ASCENSION => new Etherum(20),
67 67
             self::THIRD_ASCENSION => new Etherum(40),
@@ -76,7 +76,7 @@  discard block
 block discarded – undo
76 76
 
77 77
     public function __toString(): string
78 78
     {
79
-        return match ($this->value) {
79
+        return match($this->value) {
80 80
             self::FIRST_ASCENSION => 'First Ascension',
81 81
             self::SECOND_ASCENSION => 'Second Ascension',
82 82
             self::THIRD_ASCENSION => 'Third Ascension',
Please login to merge, or discard this patch.