mirror of
https://github.com/pestphp/pest.git
synced 2026-03-09 01:07:23 +01:00
feat: toHaveAllMethodsDocumented and toHaveAllPropertiesDocumented
This commit is contained in:
@ -13,6 +13,9 @@ use ReflectionParameter;
|
||||
*/
|
||||
final class Container
|
||||
{
|
||||
/**
|
||||
* The instance of the container.
|
||||
*/
|
||||
private static ?Container $instance = null;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user