From b2ee72124b92869749e3a750b641b79de9a750e1 Mon Sep 17 00:00:00 2001 From: danielbannert Date: Wed, 25 Jul 2018 13:57:11 +0200 Subject: [PATCH] fixes #23 --- src/Common/Configurator/AbstractConfigurator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Common/Configurator/AbstractConfigurator.php b/src/Common/Configurator/AbstractConfigurator.php index 2eeb2809..4be71fb5 100644 --- a/src/Common/Configurator/AbstractConfigurator.php +++ b/src/Common/Configurator/AbstractConfigurator.php @@ -110,7 +110,7 @@ protected function markData(string $packageName, string $data, int $spaceMultipl } /** - * Insert string at specified position. + * Insert string before specified position. * * @param string $string * @param string $insertStr