Skip to content

Commit

Permalink
Removed all those spaces after @author that were bothering me so…
Browse files Browse the repository at this point in the history
  • Loading branch information
kriswallsmith authored and fabpot committed Oct 18, 2010
1 parent 4a355c8 commit 28c880f
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Comparator/Comparator.php
Expand Up @@ -14,7 +14,7 @@
/** /**
* Comparator. * Comparator.
* *
* @author Fabien Potencier <fabien.potencier@symfony-project.com> PHP port * @author Fabien Potencier <fabien.potencier@symfony-project.com> PHP port
*/ */
class Comparator class Comparator
{ {
Expand Down
2 changes: 1 addition & 1 deletion Comparator/DateComparator.php
Expand Up @@ -14,7 +14,7 @@
/** /**
* DateCompare compiles date comparisons. * DateCompare compiles date comparisons.
* *
* @author Fabien Potencier <fabien.potencier@symfony-project.com> PHP port * @author Fabien Potencier <fabien.potencier@symfony-project.com> PHP port
*/ */
class DateComparator extends Comparator class DateComparator extends Comparator
{ {
Expand Down
2 changes: 1 addition & 1 deletion Comparator/NumberComparator.php
Expand Up @@ -25,7 +25,7 @@
* *
* Based on the Perl Number::Compare module. * Based on the Perl Number::Compare module.
* *
* @author Fabien Potencier <fabien.potencier@symfony-project.com> PHP port * @author Fabien Potencier <fabien.potencier@symfony-project.com> PHP port
* @author Richard Clamp <richardc@unixbeard.net> Perl version * @author Richard Clamp <richardc@unixbeard.net> Perl version
* @copyright 2004-2005 Fabien Potencier <fabien.potencier@symfony-project.com> * @copyright 2004-2005 Fabien Potencier <fabien.potencier@symfony-project.com>
* @copyright 2002 Richard Clamp <richardc@unixbeard.net> * @copyright 2002 Richard Clamp <richardc@unixbeard.net>
Expand Down
2 changes: 1 addition & 1 deletion Finder.php
Expand Up @@ -23,7 +23,7 @@
* $finder = new Finder(); * $finder = new Finder();
* $finder = $finder->files()->name('*.php')->in(__DIR__); * $finder = $finder->files()->name('*.php')->in(__DIR__);
* *
* @author Fabien Potencier <fabien.potencier@symfony-project.com> * @author Fabien Potencier <fabien.potencier@symfony-project.com>
*/ */
class Finder implements \IteratorAggregate class Finder implements \IteratorAggregate
{ {
Expand Down
2 changes: 1 addition & 1 deletion Glob.php
Expand Up @@ -28,7 +28,7 @@
* *
* Based on the Perl Text::Glob module. * Based on the Perl Text::Glob module.
* *
* @author Fabien Potencier <fabien.potencier@symfony-project.com> PHP port * @author Fabien Potencier <fabien.potencier@symfony-project.com> PHP port
* @author Richard Clamp <richardc@unixbeard.net> Perl version * @author Richard Clamp <richardc@unixbeard.net> Perl version
* @copyright 2004-2005 Fabien Potencier <fabien.potencier@symfony-project.com> * @copyright 2004-2005 Fabien Potencier <fabien.potencier@symfony-project.com>
* @copyright 2002 Richard Clamp <richardc@unixbeard.net> * @copyright 2002 Richard Clamp <richardc@unixbeard.net>
Expand Down
2 changes: 1 addition & 1 deletion Iterator/CustomFilterIterator.php
Expand Up @@ -17,7 +17,7 @@
* The anonymous function receives a \SplFileInfo and must return false * The anonymous function receives a \SplFileInfo and must return false
* to remove files. * to remove files.
* *
* @author Fabien Potencier <fabien.potencier@symfony-project.com> * @author Fabien Potencier <fabien.potencier@symfony-project.com>
*/ */
class CustomFilterIterator extends \FilterIterator class CustomFilterIterator extends \FilterIterator
{ {
Expand Down
2 changes: 1 addition & 1 deletion Iterator/DateRangeFilterIterator.php
Expand Up @@ -14,7 +14,7 @@
/** /**
* DateRangeFilterIterator filters out files that are not in the given date range (last modified dates). * DateRangeFilterIterator filters out files that are not in the given date range (last modified dates).
* *
* @author Fabien Potencier <fabien.potencier@symfony-project.com> * @author Fabien Potencier <fabien.potencier@symfony-project.com>
*/ */
class DateRangeFilterIterator extends \FilterIterator class DateRangeFilterIterator extends \FilterIterator
{ {
Expand Down
2 changes: 1 addition & 1 deletion Iterator/DepthRangeFilterIterator.php
Expand Up @@ -14,7 +14,7 @@
/** /**
* DepthRangeFilterIterator limits the directory depth. * DepthRangeFilterIterator limits the directory depth.
* *
* @author Fabien Potencier <fabien.potencier@symfony-project.com> * @author Fabien Potencier <fabien.potencier@symfony-project.com>
*/ */
class DepthRangeFilterIterator extends \FilterIterator class DepthRangeFilterIterator extends \FilterIterator
{ {
Expand Down
2 changes: 1 addition & 1 deletion Iterator/ExcludeDirectoryFilterIterator.php
Expand Up @@ -14,7 +14,7 @@
/** /**
* ExcludeDirectoryFilterIterator filters out directories. * ExcludeDirectoryFilterIterator filters out directories.
* *
* @author Fabien Potencier <fabien.potencier@symfony-project.com> * @author Fabien Potencier <fabien.potencier@symfony-project.com>
*/ */
class ExcludeDirectoryFilterIterator extends \FilterIterator class ExcludeDirectoryFilterIterator extends \FilterIterator
{ {
Expand Down
2 changes: 1 addition & 1 deletion Iterator/FileTypeFilterIterator.php
Expand Up @@ -14,7 +14,7 @@
/** /**
* FileTypeFilterIterator only keeps files, directories, or both. * FileTypeFilterIterator only keeps files, directories, or both.
* *
* @author Fabien Potencier <fabien.potencier@symfony-project.com> * @author Fabien Potencier <fabien.potencier@symfony-project.com>
*/ */
class FileTypeFilterIterator extends \FilterIterator class FileTypeFilterIterator extends \FilterIterator
{ {
Expand Down
2 changes: 1 addition & 1 deletion Iterator/FilenameFilterIterator.php
Expand Up @@ -16,7 +16,7 @@
/** /**
* FilenameFilterIterator filters files by patterns (a regexp, a glob, or a string). * FilenameFilterIterator filters files by patterns (a regexp, a glob, or a string).
* *
* @author Fabien Potencier <fabien.potencier@symfony-project.com> * @author Fabien Potencier <fabien.potencier@symfony-project.com>
*/ */
class FilenameFilterIterator extends \FilterIterator class FilenameFilterIterator extends \FilterIterator
{ {
Expand Down
2 changes: 1 addition & 1 deletion Iterator/IgnoreVcsFilterIterator.php
Expand Up @@ -16,7 +16,7 @@
* *
* It currently supports Subversion, CVS, DARCS, Gnu Arch, Monotone, Bazaar-NG, GIT, and Mercurial. * It currently supports Subversion, CVS, DARCS, Gnu Arch, Monotone, Bazaar-NG, GIT, and Mercurial.
* *
* @author Fabien Potencier <fabien.potencier@symfony-project.com> * @author Fabien Potencier <fabien.potencier@symfony-project.com>
*/ */
class IgnoreVcsFilterIterator extends ExcludeDirectoryFilterIterator class IgnoreVcsFilterIterator extends ExcludeDirectoryFilterIterator
{ {
Expand Down
2 changes: 1 addition & 1 deletion Iterator/SizeRangeFilterIterator.php
Expand Up @@ -14,7 +14,7 @@
/** /**
* SizeRangeFilterIterator filters out files that are not in the given size range. * SizeRangeFilterIterator filters out files that are not in the given size range.
* *
* @author Fabien Potencier <fabien.potencier@symfony-project.com> * @author Fabien Potencier <fabien.potencier@symfony-project.com>
*/ */
class SizeRangeFilterIterator extends \FilterIterator class SizeRangeFilterIterator extends \FilterIterator
{ {
Expand Down
2 changes: 1 addition & 1 deletion Iterator/SortableIterator.php
Expand Up @@ -14,7 +14,7 @@
/** /**
* SortableIterator applies a sort on a given Iterator. * SortableIterator applies a sort on a given Iterator.
* *
* @author Fabien Potencier <fabien.potencier@symfony-project.com> * @author Fabien Potencier <fabien.potencier@symfony-project.com>
*/ */
class SortableIterator extends \ArrayIterator class SortableIterator extends \ArrayIterator
{ {
Expand Down

0 comments on commit 28c880f

Please sign in to comment.