Skip to content

Commit

Permalink
Merge pull request #90 from aternosorg/paper-ambiguous-plugin-name-1-…
Browse files Browse the repository at this point in the history
…21-1

Paper: "Ambiguous plugin name" problem in 1.21.1
  • Loading branch information
pavog authored Oct 1, 2024
2 parents 0a1bf27 + 11c7e94 commit 0d965b7
Show file tree
Hide file tree
Showing 4 changed files with 791 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Analysis/Problem/Bukkit/AmbiguousPluginNameProblem.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public static function getPatterns(): array
{
return [
'/Ambiguous plugin name `(\S+)\' for files `(plugins\/[^\']+)\' and `(plugins\/[^\']+)\' in `plugins\'/',
'/Ambiguous plugin name \'(\S+)\' for files \'(plugins\/[^\']+)\' and \'(plugins\/[^\']+)\' in \'plugins\'/'
'/Ambiguous plugin name \'(\S+)\' for files \'(plugins\/[^\']+)\' and \'(plugins\/[^\']+)\' in \'(plugins[^\']*)\'/'
];
}

Expand Down
Loading

0 comments on commit 0d965b7

Please sign in to comment.