Completed
Push — master ( 33966f...5c4252 )
by Jelle
03:27
created
src/Entity/Factory/FactoryInterface.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -27,11 +27,11 @@
 block discarded – undo
27 27
    */
28 28
   public function create(\stdClass $values, $entityType);
29 29
 
30
-   /**
31
-   * Gets the entity manager of this factory.
32
-   *
33
-   * @return \TheSportsDb\Entity\EntityManagerInterface
34
-   *   The entity manager for this factory.
35
-   */
30
+    /**
31
+     * Gets the entity manager of this factory.
32
+     *
33
+     * @return \TheSportsDb\Entity\EntityManagerInterface
34
+     *   The entity manager for this factory.
35
+     */
36 36
   public function getEntityManager();
37 37
 }
Please login to merge, or discard this patch.