for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Iferas93\HistoriableModel;
class History
{
/**
* History constructor.
*/
public function __construct()
}
* Get History Data With Pagination
public function getHistory()
* Get History By ID
*
* @param $id
public function getHistoryById($id)
$id
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.