for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace AlgoWeb\ODataMetadata;
use AlgoWeb\ODataMetadata\IsOKTraits\IsOKToolboxTrait;
abstract class IsOK
{
use IsOKToolboxTrait;
abstract public function isOK(&$msg = null);
public function isStructureOK(&$msg = null)
$msg
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.
return true;
}
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.