for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php declare(strict_types=1);
namespace Star\Component\State;
final class DuplicateEntryException extends \LogicException
{
public static function duplicateTransition(string $transition): self
return new self(
\sprintf("The transition '%s' is already registered.", $transition)
);
}
This check marks files that end in a newline character, i.e. an empy line.