Completed
Pull Request — master (#17)
by Paul
01:39
created
migrations/version_005.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
 		return array(
18 18
 			'\paul999\tfa\migrations\version_004',
19 19
 			'\paul999\tfa\migrations\add_config',
20
-            '\paul999\tfa\migrations\initial_version_interface',
20
+			'\paul999\tfa\migrations\initial_version_interface',
21 21
 		);
22 22
 	}
23 23
 }
Please login to merge, or discard this patch.
migrations/inital_version_interface.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -21,8 +21,8 @@
 block discarded – undo
21 21
 	public function update_data()
22 22
 	{
23 23
 		return array(
24
-		    // Other extension can use this version to deterime if the extension is installed,
25
-            // And if the interface for the module is compatible with the version they use.
24
+			// Other extension can use this version to deterime if the extension is installed,
25
+			// And if the interface for the module is compatible with the version they use.
26 26
 			array('config.add', array('tfa_module_interface_version', '1.0.0')),
27 27
 		);
28 28
 	}
Please login to merge, or discard this patch.