for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace GinoPane\BlogTaxonomy\Models;
trait PostsRelationTrait
{
/**
* Gets a list of items related to Posts for frontend use
*
* @param $query
* @param array $options Available options are "sort", "displayEmpty", "limit"
*/
public function scopeListFrontend($query, array $options = [])
$query
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.
$options
}
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.