Completed
Pull Request — master (#2)
by Ryota
03:11
created

PolidogSsrBundle.php (1 issue)

Upgrade to new PHP Analysis Engine

These results are based on our legacy PHP analysis, consider migrating to our new PHP analysis engine instead. Learn more

1
<?php
2
3
namespace Polidog\SsrBundle;
4
5
use Symfony\Component\HttpKernel\Bundle\Bundle;
6
7
class PolidogSsrBundle extends Bundle
8
{
9
}
0 ignored issues
show
As per coding style, files should not end with a newline character.

This check marks files that end in a newline character, i.e. an empy line.

Loading history...
10