Passed
Push — master ( 73f724...5a2e05 )
by Roberto
05:00 queued 02:47
created
src/Common/Soap/SoapBase.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -164,7 +164,7 @@
 block discarded – undo
164 164
     /**
165 165
      * Check if certificate is valid
166 166
      * @param Certificate $certificate
167
-     * @return mixed
167
+     * @return null|Certificate
168 168
      * @throws RuntimeException
169 169
      */
170 170
     private function checkCertValidity(Certificate $certificate = null)
Please login to merge, or discard this patch.
src/Tools.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -575,6 +575,9 @@
 block discarded – undo
575 575
         }
576 576
     }
577 577
     
578
+    /**
579
+     * @param stdClass $std
580
+     */
578 581
     protected function validInputParameters($properties, $std)
579 582
     {
580 583
         foreach ($properties as $key => $rules) {
Please login to merge, or discard this patch.