Passed
Push — master ( 947512...97c1fb )
by Paweł
03:48
created
src/Build/Talent/SecretKnowledge/Ascension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@
 block discarded – undo
60 60
 
61 61
     public function __toString(): string
62 62
     {
63
-        return match ($this->value) {
63
+        return match($this->value) {
64 64
             self::FIRST_ASCENSION => 'First Ascension',
65 65
             self::SECOND_ASCENSION => 'Second Ascension',
66 66
             self::THIRD_ASCENSION => 'Third Ascension',
Please login to merge, or discard this patch.
src/Build/Talent/WeaponMastery/WeaponMasteryLevel.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@
 block discarded – undo
54 54
 
55 55
     public function __toString(): string
56 56
     {
57
-        return match ($this->value) {
57
+        return match($this->value) {
58 58
             self::INEXPERIENCED => 'inexperienced',
59 59
             self::NOVICE => 'novice',
60 60
             self::WARRIOR => 'warrior',
Please login to merge, or discard this patch.