Completed
Pull Request — master (#1641)
by Simon
02:28
created
code/Controllers/CMSSiteTreeFilter.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
 use SilverStripe\Core\Object;
9 9
 use SilverStripe\Forms\DateField;
10 10
 use SilverStripe\ORM\DataList;
11
-use SilverStripe\ORM\DataObject;
12 11
 use SilverStripe\ORM\SS_List;
13 12
 use SilverStripe\ORM\Versioning\Versioned;
14 13
 
Please login to merge, or discard this patch.
code/Model/RedirectorPage.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -80,6 +80,7 @@
 block discarded – undo
80 80
 	/**
81 81
 	 * Return the link that we should redirect to.
82 82
 	 * Only return a value if there is a legal redirection destination.
83
+	 * @return string
83 84
 	 */
84 85
 	public function redirectionLink() {
85 86
 		// Check external redirect
Please login to merge, or discard this patch.