Add parentheses around nested inline IF statements
authorKevin Israel <pleasestand@live.com>
Mon, 30 Jul 2018 11:15:55 +0000 (07:15 -0400)
committerKevin Israel <pleasestand@live.com>
Mon, 30 Jul 2018 11:21:46 +0000 (07:21 -0400)
commitf9c03c60376ed0bd20c0aeda8c612899787d8b8b
tree1001d01c36e8801ff12002a37ab3a3c45e5dd885
parent67a0820764e127310bfc3eff77ce57c938d708d7
Add parentheses around nested inline IF statements

To improve readability of the code. Done using the NestedInlineIfsSniff
I wrote for MediaWiki-Codesniffer (T171520, I0ddf05d9).

Change-Id: I89ac6e9b5eab1f599fec3686b40a3e01d29d0250
tests/phpunit/includes/session/CookieSessionProviderTest.php
tests/phpunit/includes/session/PHPSessionHandlerTest.php