http://www.mediawiki.org/wiki/Special:Code/MediaWiki/90565

Revision: 90565
Author:   reedy
Date:     2011-06-22 00:37:34 +0000 (Wed, 22 Jun 2011)
Log Message:
-----------
Fix comment formatting

Modified Paths:
--------------
    trunk/phase3/includes/Action.php
    trunk/phase3/includes/actions/DeleteAction.php

Modified: trunk/phase3/includes/Action.php
===================================================================
--- trunk/phase3/includes/Action.php    2011-06-22 00:23:07 UTC (rev 90564)
+++ trunk/phase3/includes/Action.php    2011-06-22 00:37:34 UTC (rev 90565)
@@ -25,16 +25,22 @@
  */
 abstract class Action {
 
-       // Page on which we're performing the action
-       // @var Article
+       /**
+        * Page on which we're performing the action
+        * @var Article
+        */
        protected $page;
 
-       // RequestContext if specified; otherwise we'll use the Context from 
the Page
-       // @var RequestContext
+       /**
+        * RequestContext if specified; otherwise we'll use the Context from 
the Page
+        * @var RequestContext
+        */
        protected $context;
 
-       // The fields used to create the HTMLForm
-       // @var Array
+       /**
+        * The fields used to create the HTMLForm
+        * @var Array
+        */
        protected $fields;
 
        /**

Modified: trunk/phase3/includes/actions/DeleteAction.php
===================================================================
--- trunk/phase3/includes/actions/DeleteAction.php      2011-06-22 00:23:07 UTC 
(rev 90564)
+++ trunk/phase3/includes/actions/DeleteAction.php      2011-06-22 00:37:34 UTC 
(rev 90565)
@@ -480,6 +480,5 @@
        }
 
        public function execute(){
-
        }
 }


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to