Test Failed
Push — master ( 3ef329...d55ae3 )
by Antonio Carlos
01:41 queued 11s
created
src/Checkers/Certificate.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -91,6 +91,9 @@  discard block
 block discarded – undo
91 91
         return (array) $this->target->urls;
92 92
     }
93 93
 
94
+    /**
95
+     * @param string $host
96
+     */
94 97
     public function checkHostCertificate($host)
95 98
     {
96 99
         $result = collect([
@@ -164,7 +167,7 @@  discard block
 block discarded – undo
164 167
 
165 168
     /**
166 169
      * @param $host
167
-     * @return string|string[]
170
+     * @return string
168 171
      */
169 172
     protected function makeCommand($host)
170 173
     {
Please login to merge, or discard this patch.