Skip to content

Commit

Permalink
whitespace, unneeded use statements
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul M. Jones committed Jan 8, 2017
1 parent 7f4a978 commit c6ee82a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
3 changes: 1 addition & 2 deletions src/ComplianceValidator.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php

namespace Pds\Skeleton;

class ComplianceValidator
Expand Down Expand Up @@ -304,4 +303,4 @@ protected function checkResources($lines)
'Ressources/',
]);
}
}
}
5 changes: 1 addition & 4 deletions src/PackageGenerator.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
<?php

namespace Pds\Skeleton;

use Pds\Skeleton\ComplianceValidator;

class PackageGenerator
{
public function execute()
Expand Down Expand Up @@ -59,4 +56,4 @@ public function outputResults($results)
echo "Created {$file}" . PHP_EOL;
}
}
}
}

0 comments on commit c6ee82a

Please sign in to comment.