Completed
Branch dev-pushover-sounds (d9060a)
by Tyler
02:49
created
src/Components/Notifier.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -133,8 +133,8 @@
 block discarded – undo
133 133
      * @param  array  $context Additional information that you would like to pass to Monolog
134 134
      * @return array           The modified context array
135 135
      */
136
-    protected function buildContext(array $context = []){
137
-        if(in_array('pushover', $this->drivers)){
136
+    protected function buildContext(array $context = []) {
137
+        if (in_array('pushover', $this->drivers)) {
138 138
             $context['sound'] = $this->config['pushover']['sound'];
139 139
         }
140 140
         return $context;
Please login to merge, or discard this patch.