Completed
Pull Request — master (#35)
by
unknown
08:02 queued 05:36
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.