Skip to content

Commit af9711e

Browse files
authored
Merge pull request #42 from swiffer/master
remove usage of curly braces
2 parents 29d4778 + 7246a1b commit af9711e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Installer/PluginInstaller.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ public static function determinePlugins($packages, $pluginsDir = 'plugins', $ven
167167
}
168168

169169
$name = $info->getFilename();
170-
if ($name{0} === '.') {
170+
if ($name[0] === '.') {
171171
continue;
172172
}
173173

0 commit comments

Comments
 (0)