From 43d3987bbd7b77fab709acd19328bbcc9638a143 Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Tue, 22 Jun 2021 20:39:07 +0200 Subject: Add missing static keywords and fix typos --- core/namespace/Repository.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/namespace/Repository.php') diff --git a/core/namespace/Repository.php b/core/namespace/Repository.php index 2c238b8..e2b42a7 100644 --- a/core/namespace/Repository.php +++ b/core/namespace/Repository.php @@ -125,7 +125,7 @@ abstract class Repository { } #=============================================================================== - # Find previous entitiy + # Find previous entity #=============================================================================== public function findPrev(EntityInterface $Entity): ?EntityInterface { $query = 'SELECT * FROM %s WHERE time_insert < ? ORDER BY time_insert DESC LIMIT 1'; -- cgit v1.2.3