Completed
Pull Request — master (#21)
by Andreas
02:01
created
src/Writer/NullOutput.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -144,7 +144,7 @@  discard block
 block discarded – undo
144 144
     /**
145 145
      * Gets the decorated flag.
146 146
      *
147
-     * @return bool true if the output will decorate messages, false otherwise
147
+     * @return integer true if the output will decorate messages, false otherwise
148 148
      * @api
149 149
      */
150 150
     public function isDecorated()
@@ -166,7 +166,7 @@  discard block
 block discarded – undo
166 166
     /**
167 167
      * Returns whether verbosity is quiet (-q).
168 168
      *
169
-     * @return bool true if verbosity is set to VERBOSITY_QUIET, false otherwise
169
+     * @return boolean|null true if verbosity is set to VERBOSITY_QUIET, false otherwise
170 170
      */
171 171
     public function isQuiet()
172 172
     {
Please login to merge, or discard this patch.
src/Parser/Lanyrd/Uri.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -32,6 +32,10 @@
 block discarded – undo
32 32
 class Uri
33 33
 {
34 34
 
35
+    /**
36
+     * @param \DOMDocument $dom
37
+     * @param \DOMXPath $xpath
38
+     */
35 39
     public function parse($dom, $xpath)
36 40
     {
37 41
         $uri = $xpath->query(
Please login to merge, or discard this patch.
src/Parser/Lanyrd/ClosingDate.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -32,6 +32,10 @@
 block discarded – undo
32 32
 class Uri
33 33
 {
34 34
 
35
+    /**
36
+     * @param \DOMDocument $dom
37
+     * @param \DOMXPath $xpath
38
+     */
35 39
     public function parse($dom, $xpath)
36 40
     {
37 41
         $uri = $xpath->query(
Please login to merge, or discard this patch.
src/Parser/Lanyrd/EventEndDate.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -32,6 +32,10 @@
 block discarded – undo
32 32
 class Uri
33 33
 {
34 34
 
35
+    /**
36
+     * @param \DOMDocument $dom
37
+     * @param \DOMXPath $xpath
38
+     */
35 39
     public function parse($dom, $xpath)
36 40
     {
37 41
         $uri = $xpath->query(
Please login to merge, or discard this patch.
src/Parser/Lanyrd/EventName.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -32,6 +32,10 @@
 block discarded – undo
32 32
 class Uri
33 33
 {
34 34
 
35
+    /**
36
+     * @param \DOMDocument $dom
37
+     * @param \DOMXPath $xpath
38
+     */
35 39
     public function parse($dom, $xpath)
36 40
     {
37 41
         $uri = $xpath->query(
Please login to merge, or discard this patch.
src/Parser/Lanyrd/EventStartDate.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -32,6 +32,10 @@
 block discarded – undo
32 32
 class Uri
33 33
 {
34 34
 
35
+    /**
36
+     * @param \DOMDocument $dom
37
+     * @param \DOMXPath $xpath
38
+     */
35 39
     public function parse($dom, $xpath)
36 40
     {
37 41
         $uri = $xpath->query(
Please login to merge, or discard this patch.
src/Parser/Lanyrd/EventUri.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -32,6 +32,10 @@
 block discarded – undo
32 32
 class Uri
33 33
 {
34 34
 
35
+    /**
36
+     * @param \DOMDocument $dom
37
+     * @param \DOMXPath $xpath
38
+     */
35 39
     public function parse($dom, $xpath)
36 40
     {
37 41
         $uri = $xpath->query(
Please login to merge, or discard this patch.
src/Parser/Lanyrd/Location.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -32,6 +32,10 @@
 block discarded – undo
32 32
 class Uri
33 33
 {
34 34
 
35
+    /**
36
+     * @param \DOMDocument $dom
37
+     * @param \DOMXPath $xpath
38
+     */
35 39
     public function parse($dom, $xpath)
36 40
     {
37 41
         $uri = $xpath->query(
Please login to merge, or discard this patch.
src/Parser/Lanyrd/Tags.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -32,6 +32,10 @@
 block discarded – undo
32 32
 class Uri
33 33
 {
34 34
 
35
+    /**
36
+     * @param \DOMDocument $dom
37
+     * @param \DOMXPath $xpath
38
+     */
35 39
     public function parse($dom, $xpath)
36 40
     {
37 41
         $uri = $xpath->query(
Please login to merge, or discard this patch.