mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-18 05:16:30 +00:00
fixed test
This commit is contained in:
@@ -76,7 +76,7 @@ class Twig_Profiler_Profile implements IteratorAggregate, Serializable
|
|||||||
return $this->profiles;
|
return $this->profiles;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function addProfile(self $profile)
|
public function addProfile(Twig_Profiler_Profile $profile)
|
||||||
{
|
{
|
||||||
$this->profiles[] = $profile;
|
$this->profiles[] = $profile;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user