Completed
Pull Request — master (#49)
by John
08:22
created
src/Tests/EventListener/ExceptionListenerTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -203,7 +203,7 @@
 block discarded – undo
203 203
             $logger
204 204
                 ->expects($this->once())
205 205
                 ->method('log')
206
-                ->with($this->anything(), $this->callback(function ($message) use (&$logref) {
206
+                ->with($this->anything(), $this->callback(function($message) use (&$logref) {
207 207
                     $matches = [];
208 208
                     if (preg_match('/logref ([a-z0-9]*)/', $message, $matches)) {
209 209
                         $logref = $matches[1];
Please login to merge, or discard this patch.
src/Document/RefResolver.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
37 37
     private $yamlParser;
38 38
 
39 39
     /**
40
-     * @param object     $definition
40
+     * @param \stdClass|null     $definition
41 41
      * @param string     $uri
42 42
      * @param YamlParser $yamlParser
43 43
      */
Please login to merge, or discard this patch.
src/Response/VndValidationErrorFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
     const DEFAULT_MESSAGE = 'Input Validation Failure';
21 21
 
22 22
 
23
-    public function __construct(){
23
+    public function __construct() {
24 24
 
25 25
     }
26 26
 
Please login to merge, or discard this patch.