From 5c85b53c28d6cefcf95e9e455f5b3e7e6268549f Mon Sep 17 00:00:00 2001 From: Rainer Kraft Date: Wed, 2 Nov 2022 17:14:30 +0000 Subject: [PATCH] Fix encoding in files --- runtime/lib/config/PropelConfiguration.php | 2 +- runtime/lib/config/PropelConfigurationIterator.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/runtime/lib/config/PropelConfiguration.php b/runtime/lib/config/PropelConfiguration.php index 777ecdae4..bd8093eb0 100644 --- a/runtime/lib/config/PropelConfiguration.php +++ b/runtime/lib/config/PropelConfiguration.php @@ -16,7 +16,7 @@ * configuration can also be retrieved as a nested arrays, flat array or as a * PropelConfiguration instance. * - * @author Veikko Mäkinen + * @author Veikko Mäkinen * @version $Revision$ * @package propel.runtime.config */ diff --git a/runtime/lib/config/PropelConfigurationIterator.php b/runtime/lib/config/PropelConfigurationIterator.php index 1c74e4fdd..6d1e3a5fe 100644 --- a/runtime/lib/config/PropelConfigurationIterator.php +++ b/runtime/lib/config/PropelConfigurationIterator.php @@ -12,7 +12,7 @@ * PropelConfigurationIterator is used internally by PropelConfiguration to * build a flat array from nesting configuration arrays. * - * @author Veikko Mäkinen + * @author Veikko Mäkinen * @version $Revision$ * @package propel.runtime.config */