Completed
Pull Request — master (#5835)
by Matt
10:23
created
thirdparty/Zend/Loader/PluginLoader.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -283,7 +283,7 @@
 block discarded – undo
283 283
      * Whether or not a Plugin by a specific name is loaded
284 284
      *
285 285
      * @param string $name
286
-     * @return Zend_Loader_PluginLoader
286
+     * @return boolean
287 287
      */
288 288
     public function isLoaded($name)
289 289
     {
Please login to merge, or discard this patch.
view/ViewableData.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -295,7 +295,7 @@
 block discarded – undo
295 295
 	 *
296 296
 	 * @param string|array|SSViewer $template the template to render into
297 297
 	 * @param array $customFields fields to customise() the object with before rendering
298
-	 * @return DBHTMLText
298
+	 * @return SilverStripe\ORM\FieldType\DBHTMLText
299 299
 	 */
300 300
 	public function renderWith($template, $customFields = null) {
301 301
 		if(!is_object($template)) {
Please login to merge, or discard this patch.