Remove unused package annotation

This commit is contained in:
Romain Neutron
2012-04-26 02:09:59 +02:00
parent 70519a471a
commit 7d9eb63246
1090 changed files with 5 additions and 1090 deletions

View File

@@ -78,6 +78,11 @@ foreach ($finder as $file) {
// [Structure] Convert tabs to spaces
$new = preg_replace('/\* \(c\) 2005-2010 Alchemy/', '* (c) 2005-2012 Alchemy', $new);
// [Structure] Convert tabs to spaces
$new = preg_replace('/\* \(c\) 2005-2010 Alchemy/', '* (c) 2005-2012 Alchemy', $new);
$new = str_replace(" * @package\n", "", $new);
// [Structure] Add a blank line before return statements
$new = preg_replace_callback('/(^.*$)\n(^ +return)/m', function ($match) {
// don't add it if the previous line is ...

View File

@@ -16,7 +16,6 @@ use Alchemy\Phrasea\Controller\Utils as ControllerUtils;
/**
*
* @package
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/

View File

@@ -19,7 +19,6 @@ use Alchemy\Phrasea\Controller\Exception as ControllerException;
/**
*
* @package
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/

View File

@@ -18,7 +18,6 @@ use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
/**
*
* @package
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/

View File

@@ -17,7 +17,6 @@ use Alchemy\Phrasea\Controller\Prod as Controller;
/**
*
* @package
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/

View File

@@ -19,7 +19,6 @@ use Alchemy\Phrasea\Controller\Root as Controller;
/**
*
* @package
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/

View File

@@ -18,7 +18,6 @@ use Alchemy\Phrasea\Controller\Utils as ControllerUtils;
/**
*
* @package
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/

View File

@@ -15,7 +15,6 @@ use Doctrine\Common\Cache\ApcCache as DoctrineApc;
/**
*
* @package
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/

View File

@@ -15,7 +15,6 @@ use Doctrine\Common\Cache\ArrayCache as DoctrineArray;
/**
*
* @package
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/

View File

@@ -15,7 +15,6 @@ use Doctrine\Common\Cache\Cache as DoctrineCache;
/**
*
* @package
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/

View File

@@ -16,7 +16,6 @@ use \Alchemy\Phrasea\Core\Service\Builder,
/**
*
* @package
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/

View File

@@ -15,7 +15,6 @@ use \Doctrine\Common\Cache\MemcacheCache as DoctrineMemcache;
/**
*
* @package
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/

View File

@@ -15,7 +15,6 @@ use Doctrine\Common\Cache\CacheProvider;
/**
*
* @package
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/

View File

@@ -15,7 +15,6 @@ use Doctrine\Common\Cache\XcacheCache as DoctrineXcache;
/**
*
* @package
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/

View File

@@ -22,7 +22,6 @@ use Silex\ControllerCollection;
/**
*
* @package
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/

View File

@@ -21,7 +21,6 @@ use Silex\ControllerCollection;
/**
*
* @package
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/

View File

@@ -21,7 +21,6 @@ use Silex\ControllerCollection;
/**
*
* @package
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/

View File

@@ -26,7 +26,6 @@ use Silex\ControllerCollection;
/**
*
* @package
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/

View File

@@ -22,7 +22,6 @@ use Silex\ControllerCollection;
/**
*
* @package
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/

View File

@@ -23,7 +23,6 @@ use Alchemy\Phrasea\Helper\User as UserHelper;
/**
*
* @package
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/

View File

@@ -13,7 +13,6 @@ namespace Alchemy\Phrasea\Controller;
/**
*
* @package
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/

View File

@@ -24,7 +24,6 @@ use Alchemy\Phrasea\RouteProcessor\Basket as BasketRoute,
/**
*
* @package
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/

View File

@@ -22,7 +22,6 @@ use Alchemy\Phrasea\Helper\Record as RecordHelper;
/**
*
* @package
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/

View File

@@ -20,7 +20,6 @@ use Symfony\Component\HttpFoundation\Request,
/**
*
* @package
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/

View File

@@ -22,7 +22,6 @@ use Alchemy\Phrasea\Helper\Record as RecordHelper;
/**
*
* @package
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/

View File

@@ -22,7 +22,6 @@ use Alchemy\Phrasea\Helper\Record as RecordHelper;
/**
*
* @package
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/

View File

@@ -20,7 +20,6 @@ use Alchemy\Phrasea\Helper\Record as RecordHelper;
/**
*
* @package
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/

View File

@@ -20,7 +20,6 @@ use Symfony\Component\HttpFoundation\Response;
/**
*
* @package
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/

View File

@@ -21,7 +21,6 @@ use Symfony\Component\HttpFoundation\Response,
/**
*
* @package
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/

View File

@@ -24,7 +24,6 @@ use Alchemy\Phrasea\Helper;
/**
*
* @package
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/

View File

@@ -25,7 +25,6 @@ use Alchemy\Phrasea\RouteProcessor\Basket as BasketRoute,
/**
*
* @package
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/

View File

@@ -22,7 +22,6 @@ use Alchemy\Phrasea\Helper\Record as RecordHelper;
/**
*
* @package
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/

View File

@@ -25,7 +25,6 @@ use DataURI;
/**
*
* @package
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/

View File

@@ -22,7 +22,6 @@ use Alchemy\Phrasea\Helper\Record as RecordHelper;
/**
*
* @package
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/

View File

@@ -24,7 +24,6 @@ use Alchemy\Phrasea\RouteProcessor\Basket as BasketRoute,
/**
*
* @package
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/

View File

@@ -23,7 +23,6 @@ use Symfony\Component\HttpFoundation\Response,
/**
*
* @package
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/

View File

@@ -24,7 +24,6 @@ use Alchemy\Phrasea\RouteProcessor\WorkZone as RouteWorkZone,
/**
*
* @package
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/

View File

@@ -21,7 +21,6 @@ use Silex\ControllerCollection;
/**
*
* @package
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/

View File

@@ -21,7 +21,6 @@ use Silex\ControllerCollection;
/**
*
* @package
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/

View File

@@ -21,7 +21,6 @@ use Silex\ControllerCollection;
/**
*
* @package
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/

View File

@@ -21,7 +21,6 @@ use Silex\ControllerCollection;
/**
*
* @package
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/

View File

@@ -21,7 +21,6 @@ use Silex\ControllerCollection;
/**
*
* @package
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/

View File

@@ -17,7 +17,6 @@ use Alchemy\Phrasea\Core\Configuration\ApplicationSpecification;
/**
* Handle configuration file mechanism of phraseanet
*
* @package
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/

View File

@@ -14,7 +14,6 @@ namespace Alchemy\Phrasea\Core\Configuration;
/**
* Precise some informations about phraseanet configuration mechanism
*
* @package
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/

View File

@@ -14,7 +14,6 @@ namespace Alchemy\Phrasea\Core\Configuration;
/**
* A interface to precise some specific configuration file mechanism
*
* @package
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/

View File

@@ -16,7 +16,6 @@ use Symfony\Component\DependencyInjection\ParameterBag\ParameterBag,
/**
*
* @package
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/

View File

@@ -19,7 +19,6 @@ use Alchemy\Phrasea\Core,
/**
*
* @package
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/

View File

@@ -20,7 +20,6 @@ use Alchemy\Phrasea\Core,
/**
* Array cache
*
* @package
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/

View File

@@ -19,7 +19,6 @@ use Alchemy\Phrasea\Core,
/**
*
* @package
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/

View File

@@ -19,7 +19,6 @@ use Alchemy\Phrasea\Core,
/**
*
* @package
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/

View File

@@ -19,7 +19,6 @@ use Alchemy\Phrasea\Core,
/**
*
* @package
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/

View File

@@ -20,7 +20,6 @@ use Doctrine\Logger\MonologSQLLogger;
/**
*
* @package
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/

View File

@@ -19,7 +19,6 @@ use Doctrine\DBAL\Logging\EchoSQLLogger;
/**
*
* @package
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/

View File

@@ -18,7 +18,6 @@ use Alchemy\Phrasea\Core,
/**
*
* @package
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/

View File

@@ -20,7 +20,6 @@ use Symfony\Component\DependencyInjection\ParameterBag\ParameterBag;
/**
*
* @package
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/

View File

@@ -16,7 +16,6 @@ use Symfony\Component\DependencyInjection\ParameterBag\ParameterBag;
/**
*
* @package
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/

View File

@@ -13,7 +13,6 @@ namespace Alchemy\Phrasea\Core\Service;
/**
*
* @package
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/

View File

@@ -13,7 +13,6 @@ namespace Alchemy\Phrasea\Core;
/**
*
* @package
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/

View File

@@ -16,7 +16,6 @@ use Symfony\Component\HttpFoundation\Request;
/**
*
* @package
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/

View File

@@ -16,7 +16,6 @@ use Symfony\Component\HttpFoundation\Request;
/**
*
* @package
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/

View File

@@ -21,7 +21,6 @@ use Alchemy\Phrasea\Core,
*
* It prepares metadatas, databases structures.
*
* @package
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/

View File

@@ -17,7 +17,6 @@ use Symfony\Component\HttpFoundation\Request;
/**
*
* @package
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/

View File

@@ -16,7 +16,6 @@ use Symfony\Component\HttpFoundation\Request;
/**
*
* @package
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/

View File

@@ -17,7 +17,6 @@ use Symfony\Component\HttpFoundation\Request;
/**
*
* @package
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/

View File

@@ -21,7 +21,6 @@ use Alchemy\Phrasea\Helper\Record\Helper as RecordHelper,
*
* It prepares metadatas, databases structures.
*
* @package
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/

View File

@@ -21,7 +21,6 @@ use Alchemy\Phrasea\Helper\Record\Helper as RecordHelper,
*
* It prepares metadatas, databases structures.
*
* @package
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/

View File

@@ -16,7 +16,6 @@ use Symfony\Component\HttpFoundation\Request;
/**
*
* @package
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/

View File

@@ -16,7 +16,6 @@ use Symfony\Component\HttpFoundation\Request;
/**
*
* @package
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/

View File

@@ -20,7 +20,6 @@ use Symfony\Component\HttpFoundation\Request;
* Production. This zones handles Non-Archived baskets, stories and Validation
* people are waiting from me.
*
* @package
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/

View File

@@ -21,7 +21,6 @@ use Doctrine\Common\Cache\ApcCache;
/**
*
* @package
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/

View File

@@ -17,7 +17,6 @@ use Symfony\Component\ClassLoader\UniversalClassLoader;
/**
*
* @package
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/

View File

@@ -17,7 +17,6 @@ require_once __DIR__ . '/Autoloader.php';
* Loop throught op cache code adapter to cache autoloading
* OpCache code available are apc et xcache
*
* @package
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/

View File

@@ -13,7 +13,6 @@ namespace Alchemy\Phrasea\Loader;
/**
*
* @package
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/

View File

@@ -21,7 +21,6 @@ use Doctrine\Common\Cache\XcacheCache;
/**
*
* @package
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/

View File

@@ -16,7 +16,6 @@ use \Alchemy\Phrasea\Out\Tool\PhraseaPDF;
/**
* Creates a PDF
*
* @package
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/

View File

@@ -13,7 +13,6 @@ namespace Alchemy\Phrasea\Out\Tool;
/**
*
* @package
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/

View File

@@ -13,7 +13,6 @@ namespace Entities;
/**
*
* @package
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/

View File

@@ -13,7 +13,6 @@ namespace Entities;
/**
*
* @package
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/

View File

@@ -17,7 +17,6 @@ use Monolog\Handler\StreamHandler;
/**
* Log doctrine sql request with monolog
*
* @package
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/

View File

@@ -16,7 +16,6 @@ use Entities;
/**
*
* @package
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/

View File

@@ -15,7 +15,6 @@ use Doctrine\ORM\EntityRepository;
/**
*
* @package
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/

View File

@@ -11,7 +11,6 @@
/**
*
* @package
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/

View File

@@ -11,7 +11,6 @@
/**
*
* @package
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/

View File

@@ -11,7 +11,6 @@
/**
*
* @package
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/

View File

@@ -11,7 +11,6 @@
/**
*
* @package
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/

View File

@@ -11,7 +11,6 @@
/**
*
* @package
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/

View File

@@ -11,7 +11,6 @@
/**
*
* @package
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/

View File

@@ -11,7 +11,6 @@
/**
*
* @package
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/

View File

@@ -11,7 +11,6 @@
/**
*
* @package
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/

View File

@@ -11,7 +11,6 @@
/**
*
* @package
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/

View File

@@ -11,7 +11,6 @@
/**
*
* @package
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/

View File

@@ -11,7 +11,6 @@
/**
*
* @package
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/

View File

@@ -11,7 +11,6 @@
/**
*
* @package
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/

View File

@@ -11,7 +11,6 @@
/**
*
* @package
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/

View File

@@ -12,7 +12,6 @@
/**
* @todo write tests
*
* @package
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/

View File

@@ -11,7 +11,6 @@
/**
*
* @package
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/

View File

@@ -14,7 +14,6 @@ use Alchemy\Phrasea\Core;
/**
*
* @package
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/

View File

@@ -13,7 +13,6 @@ use \Alchemy\Phrasea\Vocabulary;
/**
*
* @package
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/

View File

@@ -11,7 +11,6 @@
/**
*
* @package
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/

View File

@@ -11,7 +11,6 @@
/**
*
* @package
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/

Some files were not shown because too many files have changed in this diff Show More