Completed
Push — master ( cc0a72...294b2e )
by Morgan
03:23
created
src/Origins/Github.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
      *
32 32
      * Follows the procedure described here: https://developer.github.com/webhooks/securing/
33 33
      *
34
-     * @return bool Returns true if the request is authentic. False otherwise.
34
+     * @return null|boolean Returns true if the request is authentic. False otherwise.
35 35
      */
36 36
     public function isAuthentic()
37 37
     {
Please login to merge, or discard this patch.