Completed
Pull Request — master (#52)
by John
07:37
created
src/Request/RequestValidator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -72,7 +72,7 @@
 block discarded – undo
72 72
     }
73 73
 
74 74
     /**
75
-     * @return object
75
+     * @return \stdClass
76 76
      */
77 77
     private function assembleRequestSchema()
78 78
     {
Please login to merge, or discard this patch.
src/Document/YamlParser.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
     /**
35 35
      * @param string $string
36 36
      *
37
-     * @return object
37
+     * @return \stdClass|null
38 38
      */
39 39
     public function parse($string)
40 40
     {
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     $document
40
+     * @param \stdClass|null     $document
41 41
      * @param string     $uri
42 42
      * @param YamlParser $yamlParser
43 43
      */
Please login to merge, or discard this patch.