Skip to content

Commit

Permalink
Made Glob class final
Browse files Browse the repository at this point in the history
  • Loading branch information
webmozart committed Aug 3, 2015
1 parent c802195 commit efec7ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Glob.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
*
* @author Bernhard Schussek <bschussek@gmail.com>
*/
class Glob
final class Glob
{
/**
* Flag: Enable escaping of special characters with leading backslashes.
Expand Down

0 comments on commit efec7ee

Please sign in to comment.