Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pôle IS
Bundles Symfony 2
plantuml-bundle
Commits
a6a2b673
Commit
a6a2b673
authored
Nov 28, 2017
by
Guillaume Perréal
Committed by
Guillaume Perréal
Nov 28, 2017
Browse files
Suppression de warnings PHPMD pour les noms de classes correspondant à des mots-clefs.
parent
13355fa1
Changes
5
Hide whitespace changes
Inline
Side-by-side
src/Model/Arrow/BaseArrow.php
View file @
a6a2b673
...
...
@@ -50,11 +50,6 @@ class BaseArrow implements ArrowInterface
*/
private
$targetCardinality
;
/**
* @var int
*/
private
static
$splitCount
=
0
;
public
function
__construct
(
NodeInterface
$source
,
NodeInterface
$target
,
...
...
src/Model/Namespace_/Php/Namespace_.php
View file @
a6a2b673
...
...
@@ -11,6 +11,8 @@ use Irstea\PlantUmlBundle\Writer\WriterInterface;
/**
* Description of Namespace.
*
* @SuppressWarnings("PHPMD.CamelCaseClassName")
*/
class
Namespace_
extends
AbstractNamespace
{
...
...
src/Model/Node/Class_.php
View file @
a6a2b673
...
...
@@ -10,6 +10,8 @@ use Irstea\PlantUmlBundle\Model\NamespaceInterface;
/**
* Description of Class_.
*
* @SuppressWarnings("PHPMD.CamelCaseClassName")
*/
class
Class_
extends
BaseNode
{
...
...
src/Model/Node/Interface_.php
View file @
a6a2b673
...
...
@@ -10,6 +10,8 @@ use Irstea\PlantUmlBundle\Model\NamespaceInterface;
/**
* Description of Interface_.
*
* @SuppressWarnings("PHPMD.CamelCaseClassName")
*/
class
Interface_
extends
BaseNode
{
...
...
src/Model/Node/Trait_.php
View file @
a6a2b673
...
...
@@ -10,6 +10,8 @@ use Irstea\PlantUmlBundle\Model\NamespaceInterface;
/**
* Description of Trait_.
*
* @SuppressWarnings("PHPMD.CamelCaseClassName")
*/
class
Trait_
extends
BaseNode
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment