for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* This file is part of laravel-quota
*
* (c) David Faith <[email protected]>
* Full copyright and license information is available
* in the LICENSE file distributed with this source code.
*/
namespace Projectmentor\Quota\Contracts;
* This is the quota factory interface.
* @author David Faith <[email protected]>
interface RateInterface
{
* Return the rate in tokens per second
* @return double
public function getTokensPerSecond();
}
This check marks files that end in a newline character, i.e. an empy line.
This check marks files that end in a newline character, i.e. an empy line.