Skip to content

Commit

Permalink
Remove unused variables (#3702)
Browse files Browse the repository at this point in the history
  • Loading branch information
LOBsTerr authored and jmolivas committed Jan 17, 2018
1 parent dea5fee commit cfd8ad6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Command/Shared/ThemeRegionTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ function ($regionMachineName) use ($validators) {
*/
public function libraryQuestion()
{
$validators = $this->validator;
$libraries = [];
while (true) {
$libraryName = $this->getIo()->ask(
Expand Down

0 comments on commit cfd8ad6

Please sign in to comment.