Completed
Push — master ( 43594b...173d09 )
by Gaetano
07:30
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.