Completed
Push — master ( f90ea7...bfce2c )
by Andrew
12:45 queued 08:58
created
src/ClientBundle/Entity/ContactType.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -11,11 +11,11 @@
 block discarded – undo
11 11
  */
12 12
 class ContactType
13 13
 {
14
-     /**
15
-     * @ORM\Column(type="integer")
16
-     * @ORM\Id
17
-     * @ORM\GeneratedValue(strategy="AUTO")
18
-     */
14
+        /**
15
+         * @ORM\Column(type="integer")
16
+         * @ORM\Id
17
+         * @ORM\GeneratedValue(strategy="AUTO")
18
+         */
19 19
     private $id;
20 20
 
21 21
     /**
Please login to merge, or discard this patch.