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
Hide whitespace changes
Inline
Side-by-side
src/Model/Arrow/UsesTrait.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
src/Model/ArrowInterface.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
src/Model/ClassFilterInterface.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
src/Model/ClassVisitor.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
src/Model/ClassVisitorInterface.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
src/Model/Decorator/AbstractRelationDecorator.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
src/Model/Decorator/AttributeDecorator.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
src/Model/Decorator/CompositeDecorator.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
src/Model/Decorator/FilteringDecorator.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
src/Model/Decorator/InheritableItemDecoratorTrait.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
src/Model/Decorator/InheritanceDecorator.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
src/Model/Decorator/InterfaceDecorator.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
src/Model/Decorator/MethodDecorator.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
src/Model/Decorator/NullDecorator.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
src/Model/Decorator/TraitDecorator.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
src/Model/DecoratorInterface.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
src/Model/Filter/AbstractListFilter.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
src/Model/Filter/AcceptAllFilter.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
src/Model/Filter/ClassFilter.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
@@ -13,7 +13,7 @@ use ReflectionClass;
*/
class
ClassFilter
extends
AbstractListFilter
{
const
CONF_TYPE
=
'classes'
;
public
const
CONF_TYPE
=
'classes'
;
protected
function
extract
(
ReflectionClass
$class
)
{
...
...
src/Model/Filter/Composite/AbstractCompositeFilter.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