Issues (1124)

src/Event/StateEvent.php (7 issues)

1
<?php declare(strict_types=1);
0 ignored issues
show
This file is missing a doc comment.
Loading history...
The PHP open tag does not have a corresponding PHP close tag
Loading history...
Filename "StateEvent.php" doesn't match the expected filename "stateevent.php"
Loading history...
2
3
namespace Star\Component\State\Event;
4
5
interface StateEvent
0 ignored issues
show
Missing class doc comment
Loading history...
6
{
0 ignored issues
show
Opening brace should be on the same line as the declaration for interface StateEvent
Loading history...
7
}
0 ignored issues
show
Expected //end interface
Loading history...
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...
8