for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* Created by PhpStorm.
* User: polidog
* Date: 2017/02/22.
*/
namespace Polidog\SsrBundle\Render;
use Polidog\SsrBundle\Annotations\Ssr;
interface SsrRenderInterface
{
* @param Ssr $ssr
* @param array $parameters
*
* @return string
public function render(Ssr $ssr, array $parameters);
}
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.