for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Bankiru\Api\Doctrine\Proxy;
use Bankiru\Api\Doctrine\Persister\EntityPersister;
use Doctrine\Common\Collections\AbstractLazyCollection;
use Doctrine\Common\Collections\Criteria;
class LazyCriteriaCollection extends AbstractLazyCollection
{
/**
* LazyCriteriaCollection constructor.
*
* @param EntityPersister $persister
* @param Criteria $criteria
*/
public function __construct(EntityPersister $persister, Criteria $criteria)
$persister
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.
$criteria
}
* Do the initialization logic
* @return void
protected function doInitialize()
// TODO: Implement doInitialize() method.
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.