Completed
Pull Request — master (#1574)
by Damian
03:40
created
code/Model/VirtualPage.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -341,6 +341,9 @@
 block discarded – undo
341 341
 		}
342 342
 	}
343 343
 
344
+	/**
345
+	 * @param string $field
346
+	 */
344 347
 	public function getField($field) {
345 348
 		if($this->isFieldVirtualised($field)) {
346 349
 			return $this->CopyContentFrom()->getField($field);
Please login to merge, or discard this patch.
code/Reports/BrokenRedirectorPagesReport.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 ClassInfo;
9 9
 use FieldList;
10 10
 use CheckboxField;
11
-use Deprecation;
12 11
 
13 12
 /**
14 13
  * @package cms
Please login to merge, or discard this patch.
code/Reports/EmptyPagesReport.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use SS_Report;
6 6
 use SilverStripe\CMS\Model\SiteTree;
7
-use Deprecation;
8 7
 
9 8
 /**
10 9
  * @package cms
Please login to merge, or discard this patch.