Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed all @version annotations #205

Merged
merged 1 commit into from Oct 9, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 0 additions & 2 deletions src/main/php/PHPMD/AbstractNode.php
Expand Up @@ -39,7 +39,6 @@
* @author Manuel Pichler <mapi@phpmd.org>
* @copyright 2008-2014 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @version @project.version@
*/

namespace PHPMD;
Expand All @@ -53,7 +52,6 @@
* @author Manuel Pichler <mapi@phpmd.org>
* @copyright 2008-2014 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @version @project.version@
*/
abstract class AbstractNode
{
Expand Down
2 changes: 0 additions & 2 deletions src/main/php/PHPMD/AbstractRenderer.php
Expand Up @@ -39,7 +39,6 @@
* @author Manuel Pichler <mapi@phpmd.org>
* @copyright 2008-2014 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @version @project.version@
*/

namespace PHPMD;
Expand All @@ -50,7 +49,6 @@
* @author Manuel Pichler <mapi@phpmd.org>
* @copyright 2008-2014 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @version @project.version@
*/
abstract class AbstractRenderer
{
Expand Down
2 changes: 0 additions & 2 deletions src/main/php/PHPMD/AbstractRule.php
Expand Up @@ -39,7 +39,6 @@
* @author Manuel Pichler <mapi@phpmd.org>
* @copyright 2008-2014 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @version @project.version@
*/

namespace PHPMD;
Expand All @@ -50,7 +49,6 @@
* @author Manuel Pichler <mapi@phpmd.org>
* @copyright 2008-2014 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @version @project.version@
*
* @SuppressWarnings(PHPMD)
*/
Expand Down
2 changes: 0 additions & 2 deletions src/main/php/PHPMD/AbstractWriter.php
Expand Up @@ -39,7 +39,6 @@
* @author Manuel Pichler <mapi@phpmd.org>
* @copyright 2008-2014 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @version @project.version@
*/

namespace PHPMD;
Expand All @@ -50,7 +49,6 @@
* @author Manuel Pichler <mapi@phpmd.org>
* @copyright 2008-2014 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @version @project.version@
*/
abstract class AbstractWriter
{
Expand Down
2 changes: 0 additions & 2 deletions src/main/php/PHPMD/Node/ASTNode.php
Expand Up @@ -39,7 +39,6 @@
* @author Manuel Pichler <mapi@phpmd.org>
* @copyright 2008-2014 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @version @project.version@
*/

namespace PHPMD\Node;
Expand All @@ -52,7 +51,6 @@
* @author Manuel Pichler <mapi@phpmd.org>
* @copyright 2008-2014 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @version @project.version@
*/
class ASTNode extends \PHPMD\AbstractNode
{
Expand Down
2 changes: 0 additions & 2 deletions src/main/php/PHPMD/Node/AbstractCallableNode.php
Expand Up @@ -39,7 +39,6 @@
* @author Manuel Pichler <mapi@phpmd.org>
* @copyright 2008-2014 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @version @project.version@
*/

namespace PHPMD\Node;
Expand All @@ -52,7 +51,6 @@
* @author Manuel Pichler <mapi@phpmd.org>
* @copyright 2008-2014 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @version @project.version@
*/
abstract class AbstractCallableNode extends AbstractNode
{
Expand Down
2 changes: 0 additions & 2 deletions src/main/php/PHPMD/Node/AbstractNode.php
Expand Up @@ -39,7 +39,6 @@
* @author Manuel Pichler <mapi@phpmd.org>
* @copyright 2008-2014 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @version @project.version@
*/

namespace PHPMD\Node;
Expand All @@ -52,7 +51,6 @@
* @author Manuel Pichler <mapi@phpmd.org>
* @copyright 2008-2014 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @version @project.version@
*/
abstract class AbstractNode extends \PHPMD\AbstractNode
{
Expand Down
2 changes: 0 additions & 2 deletions src/main/php/PHPMD/Node/AbstractTypeNode.php
Expand Up @@ -39,7 +39,6 @@
* @author Manuel Pichler <mapi@phpmd.org>
* @copyright 2008-2014 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @version @project.version@
*/

namespace PHPMD\Node;
Expand All @@ -52,7 +51,6 @@
* @author Manuel Pichler <mapi@phpmd.org>
* @copyright 2008-2014 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @version @project.version@
*/
abstract class AbstractTypeNode extends AbstractNode
{
Expand Down
2 changes: 0 additions & 2 deletions src/main/php/PHPMD/Node/Annotation.php
Expand Up @@ -39,7 +39,6 @@
* @author Manuel Pichler <mapi@phpmd.org>
* @copyright 2008-2014 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @version @project.version@
*/

namespace PHPMD\Node;
Expand All @@ -52,7 +51,6 @@
* @author Manuel Pichler <mapi@phpmd.org>
* @copyright 2008-2014 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @version @project.version@
*/
class Annotation
{
Expand Down
2 changes: 0 additions & 2 deletions src/main/php/PHPMD/Node/Annotations.php
Expand Up @@ -39,7 +39,6 @@
* @author Manuel Pichler <mapi@phpmd.org>
* @copyright 2008-2014 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @version @project.version@
*/

namespace PHPMD\Node;
Expand All @@ -52,7 +51,6 @@
* @author Manuel Pichler <mapi@phpmd.org>
* @copyright 2008-2014 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @version @project.version@
*/
class Annotations
{
Expand Down
2 changes: 0 additions & 2 deletions src/main/php/PHPMD/Node/ClassNode.php
Expand Up @@ -39,7 +39,6 @@
* @author Manuel Pichler <mapi@phpmd.org>
* @copyright 2008-2014 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @version @project.version@
*/

namespace PHPMD\Node;
Expand All @@ -52,7 +51,6 @@
* @author Manuel Pichler <mapi@phpmd.org>
* @copyright 2008-2014 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @version @project.version@
*/
class ClassNode extends AbstractTypeNode
{
Expand Down
2 changes: 0 additions & 2 deletions src/main/php/PHPMD/Node/FunctionNode.php
Expand Up @@ -39,7 +39,6 @@
* @author Manuel Pichler <mapi@phpmd.org>
* @copyright 2008-2014 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @version @project.version@
*/

namespace PHPMD\Node;
Expand All @@ -52,7 +51,6 @@
* @author Manuel Pichler <mapi@phpmd.org>
* @copyright 2008-2014 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @version @project.version@
*/
class FunctionNode extends AbstractCallableNode
{
Expand Down
2 changes: 0 additions & 2 deletions src/main/php/PHPMD/Node/InterfaceNode.php
Expand Up @@ -39,7 +39,6 @@
* @author Manuel Pichler <mapi@phpmd.org>
* @copyright 2008-2014 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @version @project.version@
*/

namespace PHPMD\Node;
Expand All @@ -52,7 +51,6 @@
* @author Manuel Pichler <mapi@phpmd.org>
* @copyright 2008-2014 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @version @project.version@
*/
class InterfaceNode extends AbstractTypeNode
{
Expand Down
2 changes: 0 additions & 2 deletions src/main/php/PHPMD/Node/MethodNode.php
Expand Up @@ -39,7 +39,6 @@
* @author Manuel Pichler <mapi@phpmd.org>
* @copyright 2008-2014 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @version @project.version@
*/

namespace PHPMD\Node;
Expand All @@ -55,7 +54,6 @@
* @author Manuel Pichler <mapi@phpmd.org>
* @copyright 2008-2014 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @version @project.version@
*/
class MethodNode extends AbstractCallableNode
{
Expand Down
2 changes: 0 additions & 2 deletions src/main/php/PHPMD/Node/TraitNode.php
Expand Up @@ -39,7 +39,6 @@
* @author Manuel Pichler <mapi@phpmd.org>
* @copyright 2008-2014 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @version @project.version@
*/

namespace PHPMD\Node;
Expand All @@ -52,7 +51,6 @@
* @author Manuel Pichler <mapi@phpmd.org>
* @copyright 2008-2014 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @version Release: 1.3.3
*/
class TraitNode extends AbstractTypeNode
{
Expand Down
2 changes: 0 additions & 2 deletions src/main/php/PHPMD/PHPMD.php
Expand Up @@ -39,7 +39,6 @@
* @author Manuel Pichler <mapi@phpmd.org>
* @copyright 2008-2014 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @version @project.version@
*/

namespace PHPMD;
Expand All @@ -50,7 +49,6 @@
* @author Manuel Pichler <mapi@phpmd.org>
* @copyright 2008-2014 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @version @project.version@
*/
class PHPMD
{
Expand Down
2 changes: 0 additions & 2 deletions src/main/php/PHPMD/Parser.php
Expand Up @@ -39,7 +39,6 @@
* @author Manuel Pichler <mapi@phpmd.org>
* @copyright 2008-2014 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @version @project.version@
*/

namespace PHPMD;
Expand All @@ -64,7 +63,6 @@
* @author Manuel Pichler <mapi@phpmd.org>
* @copyright 2008-2014 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @version @project.version@
*/
class Parser extends AbstractASTVisitor implements CodeAwareGenerator
{
Expand Down
2 changes: 0 additions & 2 deletions src/main/php/PHPMD/ParserFactory.php
Expand Up @@ -39,7 +39,6 @@
* @author Manuel Pichler <mapi@phpmd.org>
* @copyright 2008-2014 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @version @project.version@
*/

namespace PHPMD;
Expand All @@ -55,7 +54,6 @@
* @author Manuel Pichler <mapi@phpmd.org>
* @copyright 2008-2014 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @version @project.version@
*/
class ParserFactory
{
Expand Down
2 changes: 0 additions & 2 deletions src/main/php/PHPMD/ProcessingError.php
Expand Up @@ -39,7 +39,6 @@
* @author Manuel Pichler <mapi@phpmd.org>
* @copyright 2008-2014 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @version @project.version@
* @since 1.2.1
*/

Expand All @@ -51,7 +50,6 @@
* @author Manuel Pichler <mapi@phpmd.org>
* @copyright 2008-2014 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @version @project.version@
* @since 1.2.1
*/
class ProcessingError
Expand Down
2 changes: 0 additions & 2 deletions src/main/php/PHPMD/Renderer/HTMLRenderer.php
Expand Up @@ -39,7 +39,6 @@
* @author Manuel Pichler <mapi@phpmd.org>
* @copyright 2008-2014 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @version @project.version@
*/

namespace PHPMD\Renderer;
Expand All @@ -54,7 +53,6 @@
* @author Manuel Pichler <mapi@phpmd.org>
* @copyright 2008-2014 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @version @project.version@
*/
class HTMLRenderer extends AbstractRenderer
{
Expand Down
2 changes: 0 additions & 2 deletions src/main/php/PHPMD/Renderer/TextRenderer.php
Expand Up @@ -39,7 +39,6 @@
* @author Manuel Pichler <mapi@phpmd.org>
* @copyright 2008-2014 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @version @project.version@
*/

namespace PHPMD\Renderer;
Expand All @@ -54,7 +53,6 @@
* @author Manuel Pichler <mapi@phpmd.org>
* @copyright 2008-2014 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @version @project.version@
*/
class TextRenderer extends AbstractRenderer
{
Expand Down
2 changes: 0 additions & 2 deletions src/main/php/PHPMD/Renderer/XMLRenderer.php
Expand Up @@ -39,7 +39,6 @@
* @author Manuel Pichler <mapi@phpmd.org>
* @copyright 2008-2014 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @version @project.version@
*/

namespace PHPMD\Renderer;
Expand All @@ -54,7 +53,6 @@
* @author Manuel Pichler <mapi@phpmd.org>
* @copyright 2008-2014 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @version @project.version@
*/
class XMLRenderer extends AbstractRenderer
{
Expand Down
2 changes: 0 additions & 2 deletions src/main/php/PHPMD/Report.php
Expand Up @@ -39,7 +39,6 @@
* @author Manuel Pichler <mapi@phpmd.org>
* @copyright 2008-2014 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @version @project.version@
*/

namespace PHPMD;
Expand All @@ -51,7 +50,6 @@
* @author Manuel Pichler <mapi@phpmd.org>
* @copyright 2008-2014 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @version @project.version@
*/
class Report
{
Expand Down
2 changes: 0 additions & 2 deletions src/main/php/PHPMD/Rule.php
Expand Up @@ -39,7 +39,6 @@
* @author Manuel Pichler <mapi@phpmd.org>
* @copyright 2008-2014 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @version @project.version@
*/

namespace PHPMD;
Expand All @@ -50,7 +49,6 @@
* @author Manuel Pichler <mapi@phpmd.org>
* @copyright 2008-2014 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @version @project.version@
* @since 1.1.0
*/
interface Rule
Expand Down
2 changes: 0 additions & 2 deletions src/main/php/PHPMD/Rule/AbstractLocalVariable.php
Expand Up @@ -39,7 +39,6 @@
* @author Manuel Pichler <mapi@phpmd.org>
* @copyright 2008-2014 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @version @project.version@
* @since 0.2.6
*/

Expand All @@ -55,7 +54,6 @@
* @author Manuel Pichler <mapi@phpmd.org>
* @copyright 2008-2014 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @version @project.version@
* @since 0.2.6
*/
abstract class AbstractLocalVariable extends AbstractRule
Expand Down