Skip to content

Commit

Permalink
remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
MartkCz committed Jan 30, 2023
1 parent f477430 commit b273994
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/Bridge/Nette/DI/ImagistExtension.php
Expand Up @@ -453,14 +453,4 @@ private function assertServiceDefinition(Definition $definition): ServiceDefinit
return $definition;
}

/**
* @param mixed[] $array
*/
private function foreach(array $array, callable $func): void
{
foreach ($array as $key => $value) {
$func($value, $key);
}
}

}

0 comments on commit b273994

Please sign in to comment.