for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/*
* This file is part of the Holiday Library.
*
* (c) Michał Mańko <[email protected]>
* For the full copyright and license information, please view the LICENSE.md
* file that was distributed with this source code.
*/
namespace Michalmanko\Holiday\Test\Provider;
use Michalmanko\Holiday\Provider\AbstractProvider;
* @author Michał Mańko <[email protected]>
class Provider extends AbstractProvider
{
protected function prepareHolidays($year)
}