Passed
Branch master (af9096)
by Dylan
03:47
created
code/controllers/SEOTestSiteTreeController.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -145,6 +145,9 @@
 block discarded – undo
145 145
         ));
146 146
     }
147 147
 
148
+    /**
149
+     * @param string $data
150
+     */
148 151
     private function getHTMLFieldsData($data){
149 152
         preg_match_all('/\[\*\*\[(.*?)\]\*\*\[(.*?)\]\*\*\]/im', $data, $matches);
150 153
         foreach( $matches[2] as $key => $field_text ){
Please login to merge, or discard this patch.
code/dataobjects/AutomatedLink.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -195,7 +195,7 @@
 block discarded – undo
195 195
      * Checks if the field is parable
196 196
      * 
197 197
      * @param SiteTree $page
198
-     * @param String   $fieldName
198
+     * @param String   $field
199 199
      * 
200 200
      * @return Boolean
201 201
      */
Please login to merge, or discard this patch.
code/logic/GridFieldExportAllAutomatedLinksButton.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,7 @@
 block discarded – undo
5 5
 * Generate export fields for CSV. 
6 6
 * 
7 7
 * @param GridField $gridField 
8
-* @return array 
8
+* @return string 
9 9
 * 
10 10
 * ---------- 
11 11
 * replaces definition in GridFieldExportButton 
Please login to merge, or discard this patch.