Skip to content

Commit

Permalink
Merge pull request #353 from OskarStark/fix-php-doc-author
Browse files Browse the repository at this point in the history
fixed PHPDoc @author tag
  • Loading branch information
core23 committed Jan 9, 2017
2 parents 89e4e57 + 14c31ca commit 106d07e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Block/BaseBlockService.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
*
* NEXT_MAJOR: remove this class.
*
* @author Thomas Rabaix <thomas.rabaix@sonata-project.org>
* @author Thomas Rabaix <thomas.rabaix@sonata-project.org>
*
* @deprecated since 3.2, to be removed with 4.0
*/
Expand Down
2 changes: 1 addition & 1 deletion Block/Service/RssBlockService.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
use Symfony\Component\OptionsResolver\OptionsResolver;

/**
* @author Thomas Rabaix <thomas.rabaix@sonata-project.org>
* @author Thomas Rabaix <thomas.rabaix@sonata-project.org>
*/
class RssBlockService extends AbstractAdminBlockService
{
Expand Down
2 changes: 1 addition & 1 deletion Block/Service/TemplateBlockService.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
use Symfony\Component\OptionsResolver\OptionsResolver;

/**
* @author Thomas Rabaix <thomas.rabaix@sonata-project.org>
* @author Thomas Rabaix <thomas.rabaix@sonata-project.org>
*/
class TemplateBlockService extends AbstractAdminBlockService
{
Expand Down
2 changes: 1 addition & 1 deletion Block/Service/TextBlockService.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
use Symfony\Component\OptionsResolver\OptionsResolver;

/**
* @author Thomas Rabaix <thomas.rabaix@sonata-project.org>
* @author Thomas Rabaix <thomas.rabaix@sonata-project.org>
*/
class TextBlockService extends AbstractAdminBlockService
{
Expand Down

0 comments on commit 106d07e

Please sign in to comment.