summaryrefslogtreecommitdiffstats
path: root/Mustache/Engine.php
diff options
context:
space:
mode:
authorSimon Rettberg2023-11-14 14:47:55 +0100
committerSimon Rettberg2023-11-14 14:47:55 +0100
commit06bff0b9b84d47c43f9bc8aff06a29d85ebb7ed0 (patch)
tree7e5493b102074672d8cfd8fe1a61e49f080edbe8 /Mustache/Engine.php
parentUpdate phpstorm config (diff)
downloadslx-admin-06bff0b9b84d47c43f9bc8aff06a29d85ebb7ed0.tar.gz
slx-admin-06bff0b9b84d47c43f9bc8aff06a29d85ebb7ed0.tar.xz
slx-admin-06bff0b9b84d47c43f9bc8aff06a29d85ebb7ed0.zip
Add function param/return types, fix a lot more phpstorm complaints
Diffstat (limited to 'Mustache/Engine.php')
-rw-r--r--Mustache/Engine.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/Mustache/Engine.php b/Mustache/Engine.php
index 7a31ac03..0ac2a738 100644
--- a/Mustache/Engine.php
+++ b/Mustache/Engine.php
@@ -689,6 +689,7 @@ class Mustache_Engine
array('name' => $e->getTemplateName())
);
}
+ return null;
}
/**