Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6d26652

Browse files
committedJul 18, 2019
hotfix assetIterator extendDest returning not by reference
1 parent 096bf2b commit 6d26652

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/AssetIterator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ public function hasDest( $index = -1 ) {
121121
/**
122122
* Extends destination with base path
123123
*/
124-
public function &extendDest( $base, $index = -1 ) {
124+
public function extendDest( $base, $index = -1 ) {
125125
if( $index < 0 )
126126
$index = $this->position;
127127

0 commit comments

Comments
 (0)
Please sign in to comment.