Completed
Push — master ( 86e87e...02048b )
by Gaetano
25:39
created
WrapperBundle/Core/EntityInterface.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -11,9 +11,9 @@
 block discarded – undo
11 11
     public function __construct(eZRepository $repository, Content $content=null, Location $location=null);
12 12
 
13 13
     /**
14
-    * Return the content of the current location
15
-    * @return \eZ\Publish\API\Repository\Values\Content\Content
16
-    */
14
+     * Return the content of the current location
15
+     * @return \eZ\Publish\API\Repository\Values\Content\Content
16
+     */
17 17
     public function content();
18 18
 
19 19
     /**
Please login to merge, or discard this patch.
WrapperBundle/Core/Traits/RelationTraversingEntity.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace Kaliop\eZObjectWrapperBundle\Core\Traits;
4 4
 
5 5
 use Kaliop\eZObjectWrapperBundle\Core\EntityInterface;
6
-
7 6
 use eZ\Publish\Core\FieldType\RelationList;
8 7
 use eZ\Publish\Core\FieldType\Relation;
9 8
 
Please login to merge, or discard this patch.