Completed
Push — master ( 8b523a...f84fc8 )
by Xu
07:27
created
src/broadcast/aliyun/Broadcast.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -68,16 +68,16 @@
 block discarded – undo
68 68
     {
69 69
         parent::init();
70 70
         if (empty ($this->endPoint)) {
71
-            throw new InvalidConfigException ('The "endPoint" property must be set.');
71
+            throw new InvalidConfigException('The "endPoint" property must be set.');
72 72
         }
73 73
         if (empty ($this->accessId)) {
74
-            throw new InvalidConfigException ('The "accessId" property must be set.');
74
+            throw new InvalidConfigException('The "accessId" property must be set.');
75 75
         }
76 76
         if (empty ($this->accessKey)) {
77
-            throw new InvalidConfigException ('The "accessKey" property must be set.');
77
+            throw new InvalidConfigException('The "accessKey" property must be set.');
78 78
         }
79 79
         if (empty ($this->topicName)) {
80
-            throw new InvalidConfigException ('The "topicName" property must be set.');
80
+            throw new InvalidConfigException('The "topicName" property must be set.');
81 81
         }
82 82
     }
83 83
 
Please login to merge, or discard this patch.