Skip to content

Commit

Permalink
Remove @noinspection comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
kagg-design committed Dec 2, 2024

Verified

This commit was signed with the committer’s verified signature.
scala-steward Scala Steward
1 parent 61bb92f commit 0d2e52f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/CodeManipulation.php
Original file line number Diff line number Diff line change
@@ -65,7 +65,6 @@ function getCachedPath($file)
if (file_exists($indexPath)) {
$table = array_map(
static function($line) {
/** @noinspection PhpRedundantOptionalArgumentInspection */
return str_getcsv($line, ',', '"', '\\');
},
file($indexPath)

0 comments on commit 0d2e52f

Please sign in to comment.