for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* citeproc-php
*
* @link http://github.com/seboettg/citeproc-php for the source repository
* @copyright Copyright (c) 2016 Sebastian Böttger.
* @license https://opensource.org/licenses/MIT
*/
namespace Seboettg\CiteProc\Rendering\Choose;
use Seboettg\CiteProc\Rendering\RenderingInterface;
* Class ChooseElse
* @package Seboettg\CiteProc\Node\Choose
* @author Sebastian Böttger <[email protected]>
class ChooseElse extends ChooseIf implements RenderingInterface
{
//render function is inherited from ChooseIf
}