Skip to content

Commit

Permalink
Styleguide fix
Browse files Browse the repository at this point in the history
  • Loading branch information
g105b committed Apr 8, 2019
1 parent e587469 commit 97e4e7b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
7 changes: 0 additions & 7 deletions src/InputData/InputData.php
Original file line number Diff line number Diff line change
@@ -1,16 +1,9 @@
<?php
namespace Gt\Input\InputData;

use DateTime;
use DateTimeInterface;
use Exception;
use Gt\Input\DataNotCompatibleFormatException;
use Gt\Input\DataNotFileUploadException;
use Gt\Input\InputData\Datum\FileUpload;
use Gt\Input\InputData\Datum\InputDatum;
use Gt\Input\InputData\Datum\MultipleInputDatum;
use Gt\Input\InputValueGetter;
use TypeError;

class InputData extends AbstractInputData {
use InputValueGetter;
Expand Down
1 change: 0 additions & 1 deletion src/InputValueGetter.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
use DateTime;
use DateTimeInterface;
use Exception;
use Gt\Input\InputData\CombinedInputData;
use Gt\Input\InputData\Datum\FileUpload;
use Gt\Input\InputData\Datum\InputDatum;
use Gt\Input\InputData\Datum\MultipleInputDatum;
Expand Down

0 comments on commit 97e4e7b

Please sign in to comment.