From 2381c52c690342f773a7cfa500387b6bfad76952 Mon Sep 17 00:00:00 2001 From: Laria Carolin Chabowski Date: Thu, 30 Apr 2020 09:38:05 +0200 Subject: Automatic code formatting Also add git hooks that checks formatting --- src/ste/FatalRuntimeError.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/ste/FatalRuntimeError.php') diff --git a/src/ste/FatalRuntimeError.php b/src/ste/FatalRuntimeError.php index d5ca735..ab40af5 100644 --- a/src/ste/FatalRuntimeError.php +++ b/src/ste/FatalRuntimeError.php @@ -10,4 +10,6 @@ namespace kch42\ste; * An Exception a tag can throw, if a fatal (irreparable) runtime error occurred. * This Exception will always "bubble up" so you probably want to catch them. Remember that this exception is also in the namespace ste! */ -class FatalRuntimeError extends \Exception {} +class FatalRuntimeError extends \Exception +{ +} -- cgit v1.2.3-54-g00ecf