Completed
Pull Request — master (#571)
by
unknown
03:39
created
src/Facebook/Facebook.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -136,10 +136,10 @@
 block discarded – undo
136 136
         ], $config);
137 137
 
138 138
         if (!$config['app_id']) {
139
-            throw new FacebookSDKException('Required "app_id" key not supplied in config and could not find fallback environment variable "' . static::APP_ID_ENV_NAME . '"');
139
+            throw new FacebookSDKException('Required "app_id" key not supplied in config and could not find fallback environment variable "'.static::APP_ID_ENV_NAME.'"');
140 140
         }
141 141
         if (!$config['app_secret']) {
142
-            throw new FacebookSDKException('Required "app_secret" key not supplied in config and could not find fallback environment variable "' . static::APP_SECRET_ENV_NAME . '"');
142
+            throw new FacebookSDKException('Required "app_secret" key not supplied in config and could not find fallback environment variable "'.static::APP_SECRET_ENV_NAME.'"');
143 143
         }
144 144
 
145 145
         $this->app = new FacebookApp($config['app_id'], $config['app_secret']);
Please login to merge, or discard this patch.