Completed
Push — master ( 956cce...f2aed1 )
by Shinji
14s queued 11s
created
src/Lib/PhpInternals/Opcodes/OpcodeFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
39 39
      */
40 40
     public function create(string $version, int $opcode): Opcode
41 41
     {
42
-        return match ($version) {
42
+        return match($version) {
43 43
             'v70' => new OpcodeV70($opcode),
44 44
             'v71' => new OpcodeV71($opcode),
45 45
             'v72' => new OpcodeV72($opcode),
Please login to merge, or discard this patch.