mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-17 00:38:53 +00:00
[feature/passwords] NULL should be null according to coding guidelines
PHPBB3-11610
This commit is contained in:
parent
8f863d1d49
commit
dbd6d33e9f
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ class phpbb_crypto_manager
|
||||||
*/
|
*/
|
||||||
protected function load_crypto_helper()
|
protected function load_crypto_helper()
|
||||||
{
|
{
|
||||||
if ($this->helper === NULL)
|
if ($this->helper === null)
|
||||||
{
|
{
|
||||||
$this->helper = new phpbb_crypto_helper($this, $this->container);
|
$this->helper = new phpbb_crypto_helper($this, $this->container);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue