for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* components
*
* @author Wolfy-J
*/
namespace Spiral\ORM\Entities\Nodes;
* Node used by loaders which do not load any data.
class NullNode extends AbstractNode
{
* {@inheritdoc}
public function parseRow(string $container, int $dataOffset, array $row)
$row
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.
//Doing nothing
}
protected function deduplicate(array &$data): bool
return false;
protected function registerData(string $container, array &$data)
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.