Skip to content

Commit

Permalink
removed incorrect namespaces from parsers
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuvi committed Jul 11, 2016
1 parent aee3178 commit e13856c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions src/DateTimeParser.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

namespace Common\Foundation\RequestSpec;

namespace MPScholten\RequestParser;

class DateTimeParser extends AbstractValueParser
Expand Down
2 changes: 0 additions & 2 deletions src/IntParser.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

namespace Common\Foundation\RequestSpec;

namespace MPScholten\RequestParser;

class IntParser extends AbstractValueParser
Expand Down
2 changes: 0 additions & 2 deletions src/OneOfParser.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

namespace Common\Foundation\RequestSpec;

namespace MPScholten\RequestParser;

class OneOfParser extends AbstractValueParser
Expand Down

0 comments on commit e13856c

Please sign in to comment.