Fixed ServiceDefinition argument and type

This commit is contained in:
Francis Besset
2011-07-21 21:03:39 +02:00
parent 695b7fb663
commit c33005fed2
2 changed files with 7 additions and 7 deletions

View File

@ -36,7 +36,7 @@ class Argument
return $this->type;
}
public function setType($type)
public function setType(Type $type)
{
$this->type = $type;
}