Skip to content

Commit

Permalink
MDL-45618 Fix @SInCE PHPdoc tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
timhunt authored and Damyon Wiese committed May 20, 2014
1 parent 689a8f3 commit 63e5416
Show file tree
Hide file tree
Showing 110 changed files with 191 additions and 191 deletions.
2 changes: 1 addition & 1 deletion admin/category.php
Expand Up @@ -17,7 +17,7 @@
/**
* This file is used to display a categories sub categories, external pages, and settings.
*
* @since 2.3
* @since Moodle 2.3
* @package admin
* @copyright 2011 Sam Hemelryk
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
Expand Down
2 changes: 1 addition & 1 deletion admin/lib.php
Expand Up @@ -18,7 +18,7 @@
/**
* This file contains functions used by the admin pages
*
* @since 2.1
* @since Moodle 2.1
* @package admin
* @copyright 2011 Andrew Davis
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
Expand Down
2 changes: 1 addition & 1 deletion auth/mnet/db/mnet.php
Expand Up @@ -17,7 +17,7 @@
/**
* This file contains the mnet services for the mnet authentication plugin
*
* @since 2.0
* @since Moodle 2.0
* @package auth_mnet
* @copyright 2010 Penny Leach
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
Expand Down
2 changes: 1 addition & 1 deletion backup/util/helper/backup_general_helper.class.php
Expand Up @@ -232,7 +232,7 @@ public static function get_backup_information($tempdir) {
*
* @param string $filepath absolute path to the MBZ file.
* @return stdClass containing information.
* @since 2.4
* @since Moodle 2.4
*/
public static function get_backup_information_from_mbz($filepath) {
global $CFG;
Expand Down
2 changes: 1 addition & 1 deletion blocks/community/db/upgrade.php
Expand Up @@ -31,7 +31,7 @@
* Please do not forget to use upgrade_set_timeout()
* before any action that may take longer time to finish.
*
* @since 2.0
* @since Moodle 2.0
* @package block_community
* @copyright 2010 Jerome Mouneyrac
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
Expand Down
2 changes: 1 addition & 1 deletion blocks/completionstatus/db/upgrade.php
Expand Up @@ -31,7 +31,7 @@
* Please do not forget to use upgrade_set_timeout()
* before any action that may take longer time to finish.
*
* @since 2.0
* @since Moodle 2.0
* @package block_completionstatus
* @copyright 2012 Mark Nelson <markn@moodle.com>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
Expand Down
2 changes: 1 addition & 1 deletion blocks/course_summary/db/upgrade.php
Expand Up @@ -31,7 +31,7 @@
* Please do not forget to use upgrade_set_timeout()
* before any action that may take longer time to finish.
*
* @since 2.0
* @since Moodle 2.0
* @package block_course_summary
* @copyright 2012 Mark Nelson <markn@moodle.com>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
Expand Down
2 changes: 1 addition & 1 deletion blocks/html/db/upgrade.php
Expand Up @@ -17,7 +17,7 @@
/**
* This file keeps track of upgrades to the html block
*
* @since 2.0
* @since Moodle 2.0
* @package block_html
* @copyright 2010 Dongsheng Cai
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
Expand Down
2 changes: 1 addition & 1 deletion blocks/navigation/block_navigation.php
Expand Up @@ -18,7 +18,7 @@
* This file contains classes used to manage the navigation structures in Moodle
* and was introduced as part of the changes occuring in Moodle 2.0
*
* @since 2.0
* @since Moodle 2.0
* @package block_navigation
* @copyright 2009 Sam Hemelryk
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
Expand Down
2 changes: 1 addition & 1 deletion blocks/navigation/db/upgrade.php
Expand Up @@ -31,7 +31,7 @@
* Please do not forget to use upgrade_set_timeout()
* before any action that may take longer time to finish.
*
* @since 2.0
* @since Moodle 2.0
* @package block_navigation
* @copyright 2009 Sam Hemelryk
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
Expand Down
2 changes: 1 addition & 1 deletion blocks/navigation/edit_form.php
Expand Up @@ -17,7 +17,7 @@
/**
* Form for editing global navigation instances.
*
* @since 2.0
* @since Moodle 2.0
* @package block_navigation
* @copyright 2009 Sam Hemelryk
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
Expand Down
2 changes: 1 addition & 1 deletion blocks/navigation/lang/en/block_navigation.php
Expand Up @@ -18,7 +18,7 @@
/**
* This file contains language strings used in the global navigation block
*
* @since 2.0
* @since Moodle 2.0
* @package block_navigation
* @copyright 2009 Sam Hemelryk
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
Expand Down
2 changes: 1 addition & 1 deletion blocks/navigation/renderer.php
Expand Up @@ -17,7 +17,7 @@
/**
* Outputs the navigation tree.
*
* @since 2.0
* @since Moodle 2.0
* @package block_navigation
* @copyright 2009 Sam Hemelryk
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
Expand Down
2 changes: 1 addition & 1 deletion blocks/section_links/db/upgrade.php
Expand Up @@ -31,7 +31,7 @@
* Please do not forget to use upgrade_set_timeout()
* before any action that may take longer time to finish.
*
* @since 2.5
* @since Moodle 2.5
* @package block_section_links
* @copyright 2013 Sam Hemelryk
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
Expand Down
2 changes: 1 addition & 1 deletion blocks/section_links/renderer.php
Expand Up @@ -17,7 +17,7 @@
/**
* Renderer for the section links block.
*
* @since 2.5
* @since Moodle 2.5
* @package block_section_links
* @copyright 2013 Sam Hemelryk
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
Expand Down
2 changes: 1 addition & 1 deletion blocks/selfcompletion/db/upgrade.php
Expand Up @@ -31,7 +31,7 @@
* Please do not forget to use upgrade_set_timeout()
* before any action that may take longer time to finish.
*
* @since 2.0
* @since Moodle 2.0
* @package block_selfcompletion
* @copyright 2012 Mark Nelson <markn@moodle.com>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
Expand Down
2 changes: 1 addition & 1 deletion blocks/settings/block_settings.php
Expand Up @@ -18,7 +18,7 @@
* This file contains classes used to manage the navigation structures in Moodle
* and was introduced as part of the changes occuring in Moodle 2.0
*
* @since 2.0
* @since Moodle 2.0
* @package block_settings
* @copyright 2009 Sam Hemelryk
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
Expand Down
2 changes: 1 addition & 1 deletion blocks/settings/db/upgrade.php
Expand Up @@ -31,7 +31,7 @@
* Please do not forget to use upgrade_set_timeout()
* before any action that may take longer time to finish.
*
* @since 2.0
* @since Moodle 2.0
* @package block_settings
* @copyright 2009 Sam Hemelryk
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
Expand Down
2 changes: 1 addition & 1 deletion blocks/settings/edit_form.php
Expand Up @@ -17,7 +17,7 @@
/**
* Form for editing settings navigation instances.
*
* @since 2.0
* @since Moodle 2.0
* @package block_settings
* @copyright 2009 Sam Hemelryk
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
Expand Down
2 changes: 1 addition & 1 deletion blocks/settings/lang/en/block_settings.php
Expand Up @@ -18,7 +18,7 @@
/**
* This file contains language strings used in the settings navigation block
*
* @since 2.0
* @since Moodle 2.0
* @package block_settings
* @copyright 2009 Sam Hemelryk
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
Expand Down
4 changes: 2 additions & 2 deletions cache/classes/definition.php
Expand Up @@ -205,7 +205,7 @@ class cache_definition {

/**
* Gets set to true if this definition requires searchable stores.
* @since 2.4.4
* @since Moodle 2.4.4
* @var bool
*/
protected $requiresearchable = false;
Expand Down Expand Up @@ -734,7 +734,7 @@ public function require_locking_write() {

/**
* Returns true if this definition requires a searchable cache.
* @since 2.4.4
* @since Moodle 2.4.4
* @return bool
*/
public function require_searchable() {
Expand Down
2 changes: 1 addition & 1 deletion cache/classes/factory.php
Expand Up @@ -309,7 +309,7 @@ public function get_store_instances_in_use(cache_definition $definition) {

/**
* Returns the cache instances that have been used within this request.
* @since 2.6
* @since Moodle 2.6
* @return array
*/
public function get_caches_in_use() {
Expand Down
2 changes: 1 addition & 1 deletion cache/classes/interfaces.php
Expand Up @@ -344,7 +344,7 @@ public function has_all(array $keys);
* Cache stores can choose to implement this interface.
* In order for a store to be usable as a session cache it must implement this interface.
*
* @since 2.4.4
* @since Moodle 2.4.4
*/
interface cache_is_searchable {
/**
Expand Down
4 changes: 2 additions & 2 deletions cache/classes/loaders.php
Expand Up @@ -892,7 +892,7 @@ protected function get_store() {
/**
* Returns the loader associated with this instance.
*
* @since 2.4.4
* @since Moodle 2.4.4
* @return cache|false
*/
protected function get_loader() {
Expand All @@ -902,7 +902,7 @@ protected function get_loader() {
/**
* Returns the data source associated with this cache.
*
* @since 2.4.4
* @since Moodle 2.4.4
* @return cache_data_source|false
*/
protected function get_datasource() {
Expand Down
6 changes: 3 additions & 3 deletions cache/classes/store.php
Expand Up @@ -87,7 +87,7 @@ public static function initialise_test_instance(cache_definition $definition);
* All cache store plugins must extend this base class.
* It lays down the foundation for what is required of a cache store plugin.
*
* @since 2.4
* @since Moodle 2.4
* @package core
* @category cache
* @copyright 2012 Sam Hemelryk
Expand Down Expand Up @@ -256,7 +256,7 @@ public function cleanup() {
/**
* Performs any necessary operation when the store instance has been created.
*
* @since 2.5
* @since Moodle 2.5
*/
public function instance_created() {
// By default, do nothing.
Expand All @@ -267,7 +267,7 @@ public function instance_created() {
*
* This method may be called before the store has been initialised.
*
* @since 2.5
* @since Moodle 2.5
* @see cleanup()
*/
public function instance_deleted() {
Expand Down
2 changes: 1 addition & 1 deletion course/format/lib.php
Expand Up @@ -269,7 +269,7 @@ public function get_course() {
* So if 'Return to course' does not make sense in your format your should probably return false.
*
* @return boolean
* @since 2.6
* @since Moodle 2.6
*/
public function has_view_page() {
return true;
Expand Down
2 changes: 1 addition & 1 deletion course/format/social/lib.php
Expand Up @@ -17,7 +17,7 @@
/**
* This file contains main class for the course format Social
*
* @since 2.0
* @since Moodle 2.0
* @package format_social
* @copyright 2009 Sam Hemelryk
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
Expand Down
2 changes: 1 addition & 1 deletion course/format/topics/lib.php
Expand Up @@ -17,7 +17,7 @@
/**
* This file contains main class for the course format Topic
*
* @since 2.0
* @since Moodle 2.0
* @package format_topics
* @copyright 2009 Sam Hemelryk
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
Expand Down
2 changes: 1 addition & 1 deletion course/format/weeks/lib.php
Expand Up @@ -17,7 +17,7 @@
/**
* This file contains main class for the course format Weeks
*
* @since 2.0
* @since Moodle 2.0
* @package format_weeks
* @copyright 2009 Sam Hemelryk
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
Expand Down
2 changes: 1 addition & 1 deletion course/lib.php
Expand Up @@ -1645,7 +1645,7 @@ function set_coursemodule_visible($id, $visible) {
* event to the DB.
*
* @param int $cmid the course module id
* @since 2.5
* @since Moodle 2.5
*/
function course_delete_module($cmid) {
global $CFG, $DB;
Expand Down
2 changes: 1 addition & 1 deletion course/report/lib.php
Expand Up @@ -18,7 +18,7 @@
/**
* This file contains functions used by course reports
*
* @since 2.1
* @since Moodle 2.1
* @package coursereport
* @copyright 2011 Andrew Davis
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
Expand Down
2 changes: 1 addition & 1 deletion course/switchrole.php
Expand Up @@ -23,7 +23,7 @@
* The reason that we created this file was so that user didn't get redirected back
* to the course view page only to be redirected again.
*
* @since 2.0
* @since Moodle 2.0
* @package course
* @copyright 2009 Sam Hemelryk
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
Expand Down
2 changes: 1 addition & 1 deletion enrol/mnet/db/mnet.php
Expand Up @@ -20,7 +20,7 @@
* If we rewrite MNet as proposed in MDL-21993 this file would contain
* just a declaration of xml-rpc methods that this plugin publishes.
*
* @since 2.0
* @since Moodle 2.0
* @package enrol_mnet
* @copyright 2010 Penny Leach
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
Expand Down

0 comments on commit 63e5416

Please sign in to comment.