for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* Serviço referente a linha no banco de dados
*/
namespace Integrations\Services;
*
class IntegrationsService
{
protected $config;
public function __construct($config = false)
$config
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.
// if (!$this->config = $config) {
// $this->config = \Illuminate\Support\Facades\Config::get('sitec.sitec.models');
// }
}
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.