Failed Conditions
Pull Request — master (#3)
by Sergey
02:12
created
tests/Unit/ConnectionTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
 class ConnectionTest extends TestCase
23 23
 {
24 24
     private Connection $object;
25
-    private Client|MockObject $clientMock;
25
+    private Client | MockObject $clientMock;
26 26
 
27 27
     /**
28 28
      * @throws Exception
Please login to merge, or discard this patch.