Skip to content

Commit

Permalink
Fix: Remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Sep 4, 2023
1 parent 6c3a043 commit 9220950
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
8 changes: 0 additions & 8 deletions src/Faker/Container/Container.php
Original file line number Diff line number Diff line change
Expand Up @@ -134,12 +134,4 @@ public function has($id): bool

return array_key_exists($id, $this->definitions);
}

/**
* Get the bindings between Extension interfaces and implementations.
*/
public function getDefinitions(): array
{
return $this->definitions;
}
}
4 changes: 0 additions & 4 deletions src/Faker/Container/ContainerInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,4 @@

interface ContainerInterface extends BaseContainerInterface
{
/**
* Get the bindings between Extension interfaces and implementations.
*/
public function getDefinitions(): array;
}

0 comments on commit 9220950

Please sign in to comment.