Passed
Push — master ( 98aed2...0b76ec )
by Roberto
03:36 queued 01:11
created
src/DOMImproved.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
      * Load xml from path
57 57
      * @param string $filename
58
-     * @return bool
58
+     * @return false|null
59 59
      */
60 60
     public function loadXMLFile($filename)
61 61
     {
Please login to merge, or discard this patch.
src/Soap/SoapBase.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -248,7 +248,7 @@
 block discarded – undo
248 248
     
249 249
     /**
250 250
      * Return uid from user
251
-     * @return string
251
+     * @return integer
252 252
      */
253 253
     protected function uid()
254 254
     {
Please login to merge, or discard this patch.