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
7b889ef8
Commit
7b889ef8
authored
Nov 28, 2017
by
Raidelet Nicolas
Browse files
Corrections effectuées par php-cs-fixer
parent
f310bfae
Changes
73
Show whitespace changes
Inline
Side-by-side
src/Command/GenerateCommand.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
src/Command/RenderCommand.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
src/DependencyInjection/Builder/ClassFilterBuilder.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
src/DependencyInjection/Builder/GraphDefinitionBuilder.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
src/DependencyInjection/Configuration.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
src/DependencyInjection/IrsteaPlantUmlExtension.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
src/Doctrine/AbstractDoctrineDecorator.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
src/Doctrine/AssociationDecorator.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
src/Doctrine/DoctrineNamespace.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
@@ -11,8 +11,8 @@ namespace Irstea\PlantUmlBundle\Doctrine;
*/
class
DoctrineNamespace
extends
\
Irstea\PlantUmlBundle\Model\Namespace_\MappedNamespace
{
const
CONF_TYPE
=
'entities'
;
const
SEPARATOR
=
'::'
;
public
const
CONF_TYPE
=
'entities'
;
public
const
SEPARATOR
=
'::'
;
public
function
__construct
(
\
Doctrine\ORM\EntityManagerInterface
$em
)
{
...
...
src/Doctrine/EntityDecorator.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
src/Doctrine/EntityFinder.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
src/Doctrine/Field.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
src/Doctrine/FieldDecorator.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
src/Finder/ClassFinder.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
src/Finder/FilteringFinder.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
src/Finder/FinderInterface.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
src/IrsteaPlantUmlBundle.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
src/Model/Arrow/BaseArrow.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
src/Model/Arrow/ExtendsClass.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
src/Model/Arrow/ImplementsInterface.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
Prev
1
2
3
4
Next
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