Completed
Pull Request — master (#518)
by Michael
03:07
created
code/tasks/FilesystemSyncTask.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Surface Filesystem::sync() as a dev task in case CMS has not been included.
4
- */
3
+	 * Surface Filesystem::sync() as a dev task in case CMS has not been included.
4
+	 */
5 5
 class CMSFilesystemSyncTask extends BuildTask {
6 6
 	public function run($request = null) {
7 7
 		Filesystem::sync();
Please login to merge, or discard this patch.
code/control/Dispatcher.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -1,11 +1,11 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Dispatcher provides functionality to make it easier to work with frontend React components.
4
- * See deploynaut/docs/dispatcher.md for more information.
5
- *
6
- * @todo: currently we can't have more than one component mounted in parallel on any given Dispatcher,
7
- * because the SecurityID will diverge as soon as one of these components submit.
8
- */
3
+	 * Dispatcher provides functionality to make it easier to work with frontend React components.
4
+	 * See deploynaut/docs/dispatcher.md for more information.
5
+	 *
6
+	 * @todo: currently we can't have more than one component mounted in parallel on any given Dispatcher,
7
+	 * because the SecurityID will diverge as soon as one of these components submit.
8
+	 */
9 9
 
10 10
 abstract class Dispatcher extends DNRoot {
11 11
 
Please login to merge, or discard this patch.