diff options
| author | 2023-10-30 20:40:13 +0100 | |
|---|---|---|
| committer | 2023-10-30 20:40:13 +0100 | |
| commit | 4a02352ccc1b313ce967415c6ac10a32aba1893a (patch) | |
| tree | 36bec23832a05acb930a5386d7eefb3535323a38 /app/Exceptions/ContextException.php | |
| parent | d50bb386e7bc9ee9595338119edc4951d10c526a (diff) | |
applies several small optimizations (#5511)
declare(strict_types=1);
Co-authored-by: Luc <sanchezluc+freshrss@gmail.com>
Diffstat (limited to 'app/Exceptions/ContextException.php')
| -rw-r--r-- | app/Exceptions/ContextException.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Exceptions/ContextException.php b/app/Exceptions/ContextException.php index 00934cbfd..d2d29abc0 100644 --- a/app/Exceptions/ContextException.php +++ b/app/Exceptions/ContextException.php @@ -1,5 +1,6 @@ <?php +declare(strict_types=1); /** * An exception raised when a context is invalid */ |
