fixed test

This commit is contained in:
Fabien Potencier
2018-03-03 07:53:48 -08:00
parent 7b2bdbe351
commit 0ee096f092
+1 -1
View File
@@ -76,7 +76,7 @@ class Twig_Profiler_Profile implements IteratorAggregate, Serializable
return $this->profiles;
}
public function addProfile(self $profile)
public function addProfile(Twig_Profiler_Profile $profile)
{
$this->profiles[] = $profile;
}