Changeset 9025
- Timestamp:
- 07/05/2019 07:16:27 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/tools/class-svn.php
r9024 r9025 18 18 * @param string $message The commit message. 19 19 * @return array { 20 * @type bool $result The result of the operation. 21 * @type int $revision The revision imported. 20 * @type bool $result The result of the operation. 21 * @type int $revision The revision imported. 22 * @type false|array $errors Whether any errors or warnings were encountered. 22 23 * } 23 24 */ … … 58 59 * @param array $options Optional. A list of options to pass to SVN. Default: empty array. 59 60 * @return array { 60 * @type bool $result The result of the operation. 61 * @type int $revision The revision exported. 61 * @type bool $result The result of the operation. 62 * @type int $revision The revision exported. 63 * @type false|array $errors Whether any errors or warnings were encountered. 62 64 * } 63 65 */ … … 92 94 * @param array $options Optional. A list of options to pass to SVN. Default: empty array. 93 95 * @return array { 94 * @type bool $result The result of the operation. 95 * @type int $revision The revision exported. 96 * @type bool $result The result of the operation. 97 * @type int $revision The revision exported. 98 * @type false|array $errors Whether any errors or warnings were encountered. 96 99 * } 97 100 */ … … 125 128 * @param array $options Optional. A list of options to pass to SVN. Default: empty array. 126 129 * @return array { 127 * @type bool $result The result of the operation. 128 * @type int $revision The revision exported. 130 * @type bool $result The result of the operation. 131 * @type int $revision The revision exported. 132 * @type false|array $errors Whether any errors or warnings were encountered. 129 133 * } 130 134 */ … … 156 160 * @param string $checkout The path of the file to add to SVN. 157 161 * @return array { 158 * @type bool $result The result of the operation. 162 * @type bool $result The result of the operation. 163 * @type false|array $errors Whether any errors or warnings were encountered. 159 164 * } 160 165 */ … … 186 191 * @param array $options Any specific options to pass to SVN. 187 192 * @return array { 188 * @type bool $result The result of the operation. 189 * @type int $revision The revision imported. 193 * @type bool $result The result of the operation. 194 * @type int $revision The revision imported. 195 * @type false|array $errors Whether any errors or warnings were encountered. 190 196 * } 191 197 */ … … 225 231 * @param array $options Any specific options to pass to SVN. 226 232 * @return array { 227 * @type bool $result The result of the operation. 228 * @type int $revision The revision imported. 233 * @type bool $result The result of the operation. 234 * @type int $revision The revision imported. 235 * @type false|array $errors Whether any errors or warnings were encountered. 229 236 * } 230 237 */
Note: See TracChangeset
for help on using the changeset viewer.