mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/14039] Fix language constants and comments
PHPBB3-14039
This commit is contained in:
@@ -38,7 +38,7 @@ class archive_download
|
||||
/**
|
||||
* Sends response with the merge conflict archive
|
||||
*
|
||||
* Merge conflicts are always have to be resolved manually,
|
||||
* Merge conflicts always have to be resolved manually,
|
||||
* so we use a different archive for that.
|
||||
*
|
||||
* @return BinaryFileResponse
|
||||
|
@@ -262,7 +262,7 @@ class config
|
||||
*
|
||||
* @param string $name Name of the restart point
|
||||
*
|
||||
* @return bool Returns false if the restart point name is not exist, true otherwise
|
||||
* @return bool Returns false if the restart point name does not exist, otherwise true
|
||||
*/
|
||||
public function jump_to_restart_point($name)
|
||||
{
|
||||
|
Reference in New Issue
Block a user