1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/15342] Escape strings in sql querys

PHPBB3-15342
This commit is contained in:
Rubén Calvo
2018-06-26 13:26:19 +02:00
parent 522ff2f792
commit bdf3a0c913
2 changed files with 6 additions and 6 deletions

View File

@@ -99,7 +99,7 @@ interface adapter_interface
/*
* Get space available in bytes.
*
* @throws \phpbb\storage\exception\exception When unable to retrieve available storage spac
* @throws \phpbb\storage\exception\exception When unable to retrieve available storage space
*
* @return int Returns available space
*/