Browse Source

Merge pull request #1975 from nicolas-bastien/patch-1

Fix copyright
Thomas 11 years ago
parent
commit
2b0648889e
1 changed files with 6 additions and 3 deletions
  1. 6 3
      Search/SearchHandler.php

+ 6 - 3
Search/SearchHandler.php

@@ -1,9 +1,9 @@
 <?php
 
 /*
- * This file is part of the Symfony package.
+ * This file is part of the Sonata package.
  *
- * (c) Fabien Potencier <fabien@symfony.com>
+ * (c) Thomas Rabaix <thomas.rabaix@sonata-project.org>
  *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.
@@ -17,6 +17,9 @@ use Sonata\AdminBundle\Admin\Pool;
 use Sonata\AdminBundle\Filter\FilterInterface;
 use Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException;
 
+/**
+ * @author Thomas Rabaix <thomas.rabaix@sonata-project.org>
+ */
 class SearchHandler
 {
     protected $pool;
@@ -65,4 +68,4 @@ class SearchHandler
 
         return $pager;
     }
-}
+}