Skip to content

Commit d1769ca

Browse files
committed
Change arguments order in view helper
1 parent a786e61 commit d1769ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/HtProfileImage/View/Helper/ProfileImage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ public function setCacheManager(CacheManagerInterface $cacheManager)
151151
* @param array $attribs
152152
* @return self
153153
*/
154-
public function __invoke($user, $options = array(), $attribs = null)
154+
public function __invoke($user, $attribs = null, $options = array())
155155
{
156156
$this->setOptions($options);
157157
if ($attribs !== null) {

0 commit comments

Comments
 (0)