master -> main

This commit is contained in:
Nikita Popov
2021-04-06 15:39:59 +02:00
parent 96883396bb
commit de9101c5bc
3 changed files with 3 additions and 3 deletions

View File

@@ -93,7 +93,7 @@ return [
* Path where new PECL account requests are sent when requesting also PHP.net
* account.
*/
'php_master_api_url' => isset($_SERVER['PECL_MASTER_API_URL']) ? $_SERVER['PECL_MASTER_API_URL'] : 'https://master.php.net/entry/svn-account.php',
'php_master_api_url' => isset($_SERVER['PECL_MASTER_API_URL']) ? $_SERVER['PECL_MASTER_API_URL'] : 'https://main.php.net/entry/svn-account.php',
/**
* Packages directory

View File

@@ -55,7 +55,7 @@ class Karma
* and registered user (maintainer). Extension maintainer roles are
* defined in a separate database table "maintains". Todo: check if
* this will be ever utilized again, or this should be migrated to a
* common php.net accounts procedure using the master.php.net.
* common php.net accounts procedure using the main.php.net.
*
* @param string Username
* @param string Level

View File

@@ -21,7 +21,7 @@
namespace App\Utils;
/**
* Service class to post data to the central master.php.net server which can
* Service class to post data to the central main.php.net server which can
* store the data in the database and/or mail notices or requests to PHP.net
* stuff and servers.
*/