Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
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
Options
Browse Files
Download
Email Patches
Plain Diff
Suppression de warnings PHPMD pour les noms de classes correspondant à des mots-clefs.
parent
13355fa1
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
5 deletions
+8
-5
src/Model/Arrow/BaseArrow.php
src/Model/Arrow/BaseArrow.php
+0
-5
src/Model/Namespace_/Php/Namespace_.php
src/Model/Namespace_/Php/Namespace_.php
+2
-0
src/Model/Node/Class_.php
src/Model/Node/Class_.php
+2
-0
src/Model/Node/Interface_.php
src/Model/Node/Interface_.php
+2
-0
src/Model/Node/Trait_.php
src/Model/Node/Trait_.php
+2
-0
No files found.
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