diff options
Diffstat (limited to 'src/Fragments/ArrayFragment.php')
-rw-r--r-- | src/Fragments/ArrayFragment.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fragments/ArrayFragment.php b/src/Fragments/ArrayFragment.php index db12622..8c91fc2 100644 --- a/src/Fragments/ArrayFragment.php +++ b/src/Fragments/ArrayFragment.php @@ -131,7 +131,7 @@ class ArrayFragment extends Fragment * * @return string */ - public static function build(ArrayFragment $fragment) + public static function build($fragment) { $values = array(); if (!empty($fragment->raw)) { |