Completed
Push — master ( a33bd5...3b6ec6 )
by
unknown
30:03 queued 20:06
created
src/Webhook/WebhookResponse.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -82,6 +82,9 @@
 block discarded – undo
82 82
         return $this->symfonyResponse;
83 83
     }
84 84
 
85
+    /**
86
+     * @param string $name
87
+     */
85 88
     protected function validateStringParameter($name, $value)
86 89
     {
87 90
         if (!is_string($value)) {
Please login to merge, or discard this patch.