Test Setup Failed
Pull Request — master (#69)
by
unknown
54s
created
Plugin.php 1 patch
Indentation   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -67,10 +67,10 @@  discard block
 block discarded – undo
67 67
         // add String Loader functions
68 68
         // INFO:
69 69
         /**
70
-        * things like e.g. wordwrap or truncate can be done in Twig v3.x with
71
-        * 'Lorem ipsum'|u.wordwrap(5) or
72
-        * 'Lorem ipsum'|u.truncate(8, '...') repectively.
73
-        */
70
+         * things like e.g. wordwrap or truncate can be done in Twig v3.x with
71
+         * 'Lorem ipsum'|u.wordwrap(5) or
72
+         * 'Lorem ipsum'|u.truncate(8, '...') repectively.
73
+         */
74 74
         //$functions += $this->getStringLoaderFunctions($twig);
75 75
 
76 76
         // add Config function
@@ -91,10 +91,10 @@  discard block
 block discarded – undo
91 91
         // add Text extensions
92 92
         // INFO:
93 93
         /**
94
-        * things like e.g. wordwrap or truncate can be done in Twig v3.x with
95
-        * 'Lorem ipsum'|u.wordwrap(5) or
96
-        * 'Lorem ipsum'|u.truncate(8, '...') repectively.
97
-        */
94
+         * things like e.g. wordwrap or truncate can be done in Twig v3.x with
95
+         * 'Lorem ipsum'|u.wordwrap(5) or
96
+         * 'Lorem ipsum'|u.truncate(8, '...') repectively.
97
+         */
98 98
         //$filters += $this->getTextFilters($twig);
99 99
 
100 100
         // add Intl extensions if php5-intl installed
@@ -105,8 +105,8 @@  discard block
 block discarded – undo
105 105
         // add Array extensions
106 106
         // INFO:
107 107
         /**
108
-        * shuffle moved to getPhpFunctions()
109
-        */
108
+         * shuffle moved to getPhpFunctions()
109
+         */
110 110
         //$filters += $this->getArrayFilters();
111 111
 
112 112
         // add Time extensions
Please login to merge, or discard this patch.