Skip to content

Commit

Permalink
style: improve coding style on README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Aug 29, 2020
1 parent b0d4ce5 commit b037407
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ that matter any instance of the Symfony `Finder`_ class):
->name('*.php')
->exclude('Resources')
->exclude('Tests')
->in('/path/to/yourlib/src')
;
->in('/path/to/yourlib/src');
return new Doctum($iterator);
Expand Down

0 comments on commit b037407

Please sign in to comment.