Skip to content
This repository has been archived by the owner on Sep 6, 2020. It is now read-only.

Commit

Permalink
Removing unnecessary cast.
Browse files Browse the repository at this point in the history
  • Loading branch information
kherge committed Feb 25, 2016
1 parent 4150e59 commit f8d6484
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib/KevinGH/Box/Command/Extract.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,6 @@ protected function execute(InputInterface $input, OutputInterface $output)

// backslash paths causes segfault
if ($files) {
$files = (array) $files;

array_walk(
$files,
function (&$file) {
Expand Down

0 comments on commit f8d6484

Please sign in to comment.