]> source.dussan.org Git - nextcloud-server.git/commit
fix(setupchecks): Fix opcache buffer check 45106/head
authorCôme Chilliet <come.chilliet@nextcloud.com>
Mon, 29 Apr 2024 11:56:18 +0000 (13:56 +0200)
committerCôme Chilliet <come.chilliet@nextcloud.com>
Tue, 30 Apr 2024 08:51:51 +0000 (10:51 +0200)
commit5f8157f69376e806ca3c91bd6b06339a777e3d68
treeaf0eb92003cb3eddee91cdf24f57ce3fc420fb62
parent828c77b46ae147b9b6312e0a153053c982e91042
fix(setupchecks): Fix opcache buffer check

This was broken by last codestyle update, maybe even before because of
 operator precedence. Now using vars to make it readable and correct at
 the same time.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
apps/settings/lib/SetupChecks/PhpOpcacheSetup.php