Completed
Push — master ( 9b760e...8a0b19 )
by Arthur
01:59
created
src/Request.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -44,6 +44,9 @@
 block discarded – undo
44 44
      */
45 45
     private $options = [];
46 46
 
47
+    /**
48
+     * @param boolean $isProductionEnv
49
+     */
47 50
     public function __construct(Notification $notification, $isProductionEnv)
48 51
     {
49 52
         $url = $isProductionEnv ? $this->getProductionUrl($notification) : $this->getSandboxUrl($notification);
Please login to merge, or discard this patch.