Ahh, I see. It actually wants a newline!

This commit is contained in:
GDIBass 2017-08-18 08:43:29 -07:00
parent 2c9d1e2d42
commit 49839e3c28
2 changed files with 2 additions and 2 deletions

View File

@ -18,4 +18,4 @@ namespace Symfony\Component\Workflow\Exception;
*/
class InvalidDefinitionException extends LogicException
{
}
}

View File

@ -18,4 +18,4 @@ namespace Symfony\Component\Workflow\Exception;
*/
class InvalidTokenConfigurationException extends LogicException implements ExceptionInterface
{
}
}