Passed
Push — master ( 9705e4...84eff8 )
by Robbie
04:07
created
src/Extensions/CwpSiteSummaryExtension.php 1 patch
Indentation   +14 added lines, -14 removed lines patch added patch discarded remove patch
@@ -6,18 +6,18 @@
 block discarded – undo
6 6
 class CwpSiteSummaryExtension extends Extension
7 7
 {
8 8
 
9
-    /**
10
-     * Updates the modules used for the version label by:
11
-     *  - Removing SS Framework
12
-     *  - Adding CWP
13
-     *  - Relabelling SS CMS
14
-     *
15
-     * @param array $modules
16
-     */
17
-    public function updateVersionModules(&$modules)
18
-    {
19
-        unset($modules['silverstripe/framework']);
20
-        $modules = ['cwp/cwp' => 'CWP'] + $modules;
21
-        $modules['silverstripe/cms'] = 'SilverStripe CMS';
22
-    }
9
+	/**
10
+	 * Updates the modules used for the version label by:
11
+	 *  - Removing SS Framework
12
+	 *  - Adding CWP
13
+	 *  - Relabelling SS CMS
14
+	 *
15
+	 * @param array $modules
16
+	 */
17
+	public function updateVersionModules(&$modules)
18
+	{
19
+		unset($modules['silverstripe/framework']);
20
+		$modules = ['cwp/cwp' => 'CWP'] + $modules;
21
+		$modules['silverstripe/cms'] = 'SilverStripe CMS';
22
+	}
23 23
 }
Please login to merge, or discard this patch.