You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -288,10 +287,8 @@ public function get_vars_from_single_line_array($line, $throw_multiline = true)
288
287
289
288
return$vars_array;
290
289
}
291
-
else
292
-
{
293
-
thrownew \LogicException("Can not find '\$vars = array();'-line for event '{$this->current_event}' in file '{$this->current_clean_file}:{$this->current_event_line}'. Are you using UNIX style linefeed?", 1);
294
-
}
290
+
291
+
thrownew \LogicException("Can not find '\$vars = array();'-line for event '{$this->current_event}' in file '{$this->current_clean_file}:{$this->current_event_line}'. Are you using UNIX style linefeed?", 1);
295
292
}
296
293
297
294
/**
@@ -540,7 +537,7 @@ public function validate_event($event_name, $line)
540
537
* @param array $vars_array Variables found in the array line
541
538
* @param array $vars_docblock Variables found in the doc block
0 commit comments