bugfree-dangerzone icon indicating copy to clipboard operation
bugfree-dangerzone copied to clipboard

Strict type validator for PHP

Results 2 bugfree-dangerzone issues
Sort by recently updated
recently updated
newest added

We have some methods such as below to help us test our code. ``` php /** * @param string $method * @param mixed $parameter * @return mixed * @codeCoverageIgnore */...