Test Setup Failed
Push — master ( feb506...dbbf07 )
by Xu
04:04
created
src/notifications/channels/JPushChannel.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -34,10 +34,10 @@
 block discarded – undo
34 34
     {
35 35
         parent::init();
36 36
         if (empty ($this->appKey)) {
37
-            throw new InvalidConfigException ('The "appKey" property must be set.');
37
+            throw new InvalidConfigException('The "appKey" property must be set.');
38 38
         }
39 39
         if (empty ($this->appSecret)) {
40
-            throw new InvalidConfigException ('The "appSecret" property must be set.');
40
+            throw new InvalidConfigException('The "appSecret" property must be set.');
41 41
         }
42 42
         $this->_client = new JPush($this->appKey, $this->appSecret);
43 43
     }
Please login to merge, or discard this patch.