Fix some coding standards

This commit is contained in:
Henrique Moody 2015-06-08 11:47:14 -03:00
commit b8c76e3054
323 changed files with 860 additions and 670 deletions

View file

@ -1,4 +1,5 @@
<?php
namespace Respect\Validation\Exceptions;
interface NestedValidationExceptionInterface extends ValidationExceptionInterface