Passed
Push — main ( 2da79a...e05dad )
by Darío
42s queued 12s
created
src/Expectations/HeaderIsNotExpectation.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
 {
13 13
     public static function from(Expectation $expectation): callable
14 14
     {
15
-        return function ($request) use ($expectation) {
15
+        return function($request) use ($expectation) {
16 16
             /** @var RequestInterface $request */
17 17
             $headers = GuzzleHeaderParser::parse($request->getHeaders());
18 18
 
Please login to merge, or discard this patch.