Test Setup Failed
Pull Request — master (#31)
by
unknown
06:45
created
src/LTDBeget/dns/enums/eErrorCode.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -101,6 +101,6 @@
 block discarded – undo
101 101
      */
102 102
     public function getText(): string
103 103
     {
104
-        return self::$textForCode[(int)$this->getValue()];
104
+        return self::$textForCode[(int) $this->getValue()];
105 105
     }
106 106
 }
107 107
\ No newline at end of file
Please login to merge, or discard this patch.