Skip to content
This repository has been archived by the owner on Sep 22, 2019. It is now read-only.

Commit

Permalink
Update ValueObject.php
Browse files Browse the repository at this point in the history
  • Loading branch information
cn0047 authored Oct 21, 2016
1 parent b56a869 commit d9802e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ValueObject/ValueObject.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public function setError($paramName, $message)
public function afterValidation(array $params)
{}

public function __call(string $name, array $arguments )
public function __call($name, array $arguments )
{
$paramName = lcfirst(substr($name, 3));

Expand Down

0 comments on commit d9802e6

Please sign in to comment.