Completed
Pull Request — master (#189)
by
unknown
03:42
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.
src/Certificate/Asn1.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -181,7 +181,7 @@
 block discarded – undo
181 181
      * @param array $abIn
182 182
      * @param integer $qIn
183 183
      * @param boolean $flag
184
-     * @return array
184
+     * @return integer[]
185 185
      */
186 186
     protected static function xBase128($abIn, $qIn, $flag)
187 187
     {
Please login to merge, or discard this patch.