Skip to content

Commit

Permalink
Fix CS/WS issues
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Feb 13, 2020
1 parent c51ab50 commit 4796a33
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion src/Enumerator.php
Expand Up @@ -7,7 +7,6 @@
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace SebastianBergmann\ObjectEnumerator;

use SebastianBergmann\ObjectReflector\ObjectReflector;
Expand Down
1 change: 0 additions & 1 deletion src/Exception.php
Expand Up @@ -7,7 +7,6 @@
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace SebastianBergmann\ObjectEnumerator;

interface Exception
Expand Down
1 change: 0 additions & 1 deletion src/InvalidArgumentException.php
Expand Up @@ -7,7 +7,6 @@
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace SebastianBergmann\ObjectEnumerator;

class InvalidArgumentException extends \InvalidArgumentException implements Exception
Expand Down
1 change: 0 additions & 1 deletion tests/EnumeratorTest.php
Expand Up @@ -7,7 +7,6 @@
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace SebastianBergmann\ObjectEnumerator;

use PHPUnit\Framework\TestCase;
Expand Down
1 change: 0 additions & 1 deletion tests/_fixture/ExceptionThrower.php
Expand Up @@ -7,7 +7,6 @@
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace SebastianBergmann\ObjectEnumerator\Fixtures;

use RuntimeException;
Expand Down

0 comments on commit 4796a33

Please sign in to comment.