1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-26 17:54:39 +02:00

[ticket/12715] Cleanup comments in \phpbb\db\*

PHPBB3-12715
This commit is contained in:
Tristan Darricau
2014-06-15 13:22:42 +02:00
parent 4ac9315728
commit 3039d000c6
5 changed files with 15 additions and 3 deletions

View File

@@ -217,7 +217,7 @@ class schema_generator
* Check if one of the migrations files' dependencies can't be resolved
* by the supplied list of migrations
*
* @throws UnexpectedValueException If a dependency can't be resolved
* @throws \UnexpectedValueException If a dependency can't be resolved
*/
protected function check_dependencies()
{