Completed
Push — master ( 0cf24a...1a553a )
by Guillaume
04:54
created
src/Utils/Dom.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -107,7 +107,7 @@
 block discarded – undo
107 107
      *
108 108
      * @param string $element
109 109
      *
110
-     * @return DOMNodeList
110
+     * @return \DOMNodeList
111 111
      */
112 112
     public function xpath($element)
113 113
     {
Please login to merge, or discard this patch.
src/Validator/Validator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -95,7 +95,7 @@
 block discarded – undo
95 95
      *
96 96
      * @param string $value
97 97
      *
98
-     * @return bool
98
+     * @return null|boolean
99 99
      */
100 100
     public function check($value)
101 101
     {
Please login to merge, or discard this patch.
src/Pusher/AbstractPusher.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@
 block discarded – undo
55 55
      *
56 56
      * @param array  $options
57 57
      * @param IO     $io
58
-     * @param Client $client
58
+     * @param SdkClient $client
59 59
      */
60 60
     public function __construct(array $options, IO $io, SdkClient $client = null)
61 61
     {
Please login to merge, or discard this patch.