Completed
Push — master ( 0adf65...fea2cb )
by Litera
16s
created
app/components/Forms/Factories/IAnnotationFormFactory.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -10,9 +10,9 @@
 block discarded – undo
10 10
 interface IAnnotationFormFactory
11 11
 {
12 12
 
13
-    /**
14
-     * @return \App\Forms\AnnotationForm
15
-     */
16
-    public function create(): AnnotationForm;
13
+	/**
14
+	 * @return \App\Forms\AnnotationForm
15
+	 */
16
+	public function create(): AnnotationForm;
17 17
 
18 18
 }
Please login to merge, or discard this patch.