Completed
Push — master ( 4f82af...913b4d )
by
unknown
03:04
created
src/Charcoal/Cms/Text.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -9,11 +9,11 @@
 block discarded – undo
9 9
  */
10 10
 final class Text extends AbstractText
11 11
 {
12
-     /**
13
-      * CategorizableTrait > categoryType()
14
-      *
15
-      * @return string
16
-      */
12
+        /**
13
+         * CategorizableTrait > categoryType()
14
+         *
15
+         * @return string
16
+         */
17 17
     public function categoryType()
18 18
     {
19 19
         return 'charcoal/cms/text-category';
Please login to merge, or discard this patch.