Skip to content

Commit 5168fb4

Browse files
authored
Apply fixes from StyleCI (#27)
1 parent 88cdc36 commit 5168fb4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Providers/SlackServiceProvider.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public function boot()
2727
$this->mergeConfigFrom(__DIR__.'/../../stubs/slack.php', 'botman.slack');
2828

2929
$this->commands([
30-
SlackRTMListenCommand::class
30+
SlackRTMListenCommand::class,
3131
]);
3232
}
3333
}

src/SlackRTMDriver.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ public function buildServicePayload($message, $matchingMessage, $additionalParam
233233
],
234234
]);
235235

236-
// else check if is a path
236+
// else check if is a path
237237
} elseif ($attachment instanceof BotManFile && file_exists($attachment->getUrl())) {
238238
$this->file = (new File())
239239
->setTitle(basename($attachment->getUrl()))

0 commit comments

Comments
 (0)