Completed
Push — master ( 5a752d...5cf9ee )
by Gaetano
31:38 queued 22:26
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/EntityManager.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,6 +44,7 @@  discard block
 block discarded – undo
44 44
      * Registers an existing service to be used as repository for a given content type
45 45
      * @var RepositoryInterface $service
46 46
      * @var string $contentTypeIdentifier when null, we will ask the Repository to see if it already has its own $contentTypeIdentifier set up
47
+     * @param integer $contentTypeIdentifier
47 48
      */
48 49
     public function registerService(RepositoryInterface $service, $contentTypeIdentifier)
49 50
     {
@@ -196,7 +197,7 @@  discard block
 block discarded – undo
196 197
     }
197 198
 
198 199
     /**
199
-     * @param mixed $id
200
+     * @param integer $id
200 201
      * @return string
201 202
      * @throws \eZ\Publish\API\Repository\Exceptions\NotFoundException If a content type with the given id and status DEFINED can not be found
202 203
      */
Please login to merge, or discard this patch.