Skip to content

Commit

Permalink
BUG Fix minor linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
maxime-rainville committed Apr 28, 2019
1 parent 31a9fcb commit 71c72f0
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion src/Dev/Tasks/FileMigrationHelper.php
Expand Up @@ -231,7 +231,7 @@ protected function migrateFile($base, File $file, $legacyFilename)
* @param bool $skipIdenticalStages Whatever files that are already present on an other stage should be skipped
* @return int
*/
protected function normaliseAllFiles($stageString, $skipIdenticalStages=false)
protected function normaliseAllFiles($stageString, $skipIdenticalStages = false)
{
$count = 0;

Expand Down
1 change: 0 additions & 1 deletion src/FileMigrationHelper.php
Expand Up @@ -264,5 +264,4 @@ protected function getFilenameArray()
->execute()
->map(); // map ID to Filename
}

}
1 change: 0 additions & 1 deletion src/Flysystem/FlysystemAssetStore.php
Expand Up @@ -613,7 +613,6 @@ function (ParsedFileID $parsedFileID, Filesystem $fs, FileResolutionStrategy $st
}
$this->truncateDirectory(dirname($origin), $fs);
}

}

// Build and parsed non-variant file ID so we can figure out what the new name file name is
Expand Down
1 change: 0 additions & 1 deletion tests/php/Flysystem/FlysystemAssetStoreTest.php
Expand Up @@ -186,5 +186,4 @@ public function testProtectedResolutionStrategy()
$strategy = $assetStore->getProtectedResolutionStrategy();
$this->assertEquals($expected, $strategy);
}

}

0 comments on commit 71c72f0

Please sign in to comment.