From f8d6484572fef56dc79b5df65dc1292236f9c7ec Mon Sep 17 00:00:00 2001 From: Kevin Herrera Date: Wed, 24 Feb 2016 19:35:40 -0800 Subject: [PATCH] Removing unnecessary cast. --- src/lib/KevinGH/Box/Command/Extract.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/lib/KevinGH/Box/Command/Extract.php b/src/lib/KevinGH/Box/Command/Extract.php index 149786d6..94ef7094 100644 --- a/src/lib/KevinGH/Box/Command/Extract.php +++ b/src/lib/KevinGH/Box/Command/Extract.php @@ -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) {