Skip to content

Commit

Permalink
Fixed CS
Browse files Browse the repository at this point in the history
  • Loading branch information
webmozart committed Dec 29, 2015
1 parent f2fd6b0 commit 3cbf63d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Glob.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,12 @@
final class Glob
{
/**
* Flag: Filter the values in {@link Glob::filter()}
* Flag: Filter the values in {@link Glob::filter()}.
*/
const FILTER_VALUE = 1;

/**
* Flag: Filter the keys in {@link Glob::filter()}
* Flag: Filter the keys in {@link Glob::filter()}.
*/
const FILTER_KEY = 2;

Expand Down

0 comments on commit 3cbf63d

Please sign in to comment.