Completed
Pull Request — release-2.1 (#4090)
by Rick
08:48
created
Sources/tasks/Birthday-Notify.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -18,10 +18,10 @@
 block discarded – undo
18 18
  */
19 19
 class Birthday_Notify_Background extends SMF_BackgroundTask
20 20
 {
21
-    /**
22
-     * This executes the task. It loads up the birthdays, figures out the greeting, etc.
23
-     * @return bool Always returns true
24
-     */
21
+	/**
22
+	 * This executes the task. It loads up the birthdays, figures out the greeting, etc.
23
+	 * @return bool Always returns true
24
+	 */
25 25
 	public function execute()
26 26
  	{
27 27
 		global $txt, $smcFunc, $txtBirthdayEmails, $modSettings, $sourcedir;
Please login to merge, or discard this patch.
Sources/ManageSmileys.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1593,7 +1593,7 @@
 block discarded – undo
1593 1593
 	// Do the actual install
1594 1594
 	else
1595 1595
 	{
1596
-	    // @TODO Does this call have side effects? ($actions is not used)
1596
+		// @TODO Does this call have side effects? ($actions is not used)
1597 1597
 		$actions = parsePackageInfo($smileyInfo['xml'], false, 'install');
1598 1598
 		foreach ($context['actions'] as $action)
1599 1599
 		{
Please login to merge, or discard this patch.