property-accessor.php

Simple property accessor library
git clone git://git.finwo.net/lib/property-accessor.php
Log | Files | Refs

commit 9d5d7b4fe1907957d30b7526f071d9bb7eb44bda
parent 3e3f42e3dd9f2105271d425424e404f88728bcc2
Author: finwo <finwo@pm.me>
Date:   Sun, 17 Apr 2016 02:14:13 +0200

bugfix

Diffstat:
Msrc/PropertyAccessor.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/PropertyAccessor.php b/src/PropertyAccessor.php @@ -223,7 +223,7 @@ class PropertyAccessor return str_replace(' ','',ucwords($output)); } - protected function mergeArrays(&$original, $new) + public function mergeArrays(&$original, $new) { $source = &$original;