Completed
Push — master ( 98260d...5a7546 )
by Mathieu
03:43
created
src/Charcoal/Cms/Text.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -10,11 +10,11 @@
 block discarded – undo
10 10
  */
11 11
 final class Text extends AbstractText
12 12
 {
13
-     /**
14
-      * CategorizableTrait > categoryType()
15
-      *
16
-      * @return string
17
-      */
13
+        /**
14
+         * CategorizableTrait > categoryType()
15
+         *
16
+         * @return string
17
+         */
18 18
     public function categoryType()
19 19
     {
20 20
         return TextCategory::class;
Please login to merge, or discard this patch.