X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2Flanguage%2Fdate-formats.php;h=146341855ebf8c0ece2c0e81a23068bc8d186290;hb=3dde137144d37b39d5c42f1492a15c59fa42ac55;hp=505cb57b91e3a538accba49ea179dfd87da612fc;hpb=6088cd4458f6b6ca36bcdd881c4c3d4d49b6d1b8;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/language/date-formats.php b/maintenance/language/date-formats.php index 505cb57b91..146341855e 100644 --- a/maintenance/language/date-formats.php +++ b/maintenance/language/date-formats.php @@ -17,11 +17,17 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * http://www.gnu.org/copyleft/gpl.html * + * @file * @ingroup MaintenanceLanguage */ -require_once( __DIR__ . '/../Maintenance.php' ); +require_once __DIR__ . '/../Maintenance.php'; +/** + * Maintenance script that tests various language time and date functions. + * + * @ingroup MaintenanceLanguage + */ class DateFormats extends Maintenance { private $ts = '20010115123456'; @@ -73,4 +79,4 @@ class DateFormats extends Maintenance { } $maintClass = "DateFormats"; -require_once( RUN_MAINTENANCE_IF_MAIN ); +require_once RUN_MAINTENANCE_IF_MAIN;