for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
class Intraface_GatewayFactory
{
protected $mdb2;
protected $db;
protected $kernel;
function __construct(MDB2_Driver_Common $mdb2, DB_Sql $db, Intraface_KernelGateway $kernel)
$mdb2
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.
$this->mdb2;
$this->db = $db;
$this->kernel = $kernel;
}
function new_Intraface_modules_newsletter_SubscribersGateway($user)
$user
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.