Completed
Push — master ( 835ccf...d33e41 )
by Nikita
11:24
created
src/Application.php 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -98,14 +98,14 @@
 block discarded – undo
98 98
 
99 99
     //[PHPCOMPRESSOR(remove,end)]
100 100
     
101
-     /**
102
-     * Check if passed module is related to SamsonCMS.
103
-     * Also method stores data to flag variable.
104
-     *
105
-     * @param $module
106
-     *
107
-     * @return bool True if module related to SamsonCMS
108
-     */
101
+        /**
102
+         * Check if passed module is related to SamsonCMS.
103
+         * Also method stores data to flag variable.
104
+         *
105
+         * @param $module
106
+         *
107
+         * @return bool True if module related to SamsonCMS
108
+         */
109 109
     public function ifModuleRelated($module)
110 110
     {
111 111
         // Analyze if module class or one of its parents has samsoncms\ namespace pattern
Please login to merge, or discard this patch.