Passed
Pull Request — master (#2786)
by
unknown
06:08
created
app/Http/RequestHandlers/IndividualPage.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -219,7 +219,7 @@
 block discarded – undo
219 219
         $content_class   = 'collapse';
220 220
         $aria            = 'false';
221 221
 
222
-        if ($n === 0 && (bool)$tree->getPreference('EXPAND_NAMES')) {
222
+        if ($n === 0 && (bool) $tree->getPreference('EXPAND_NAMES')) {
223 223
             $content_class = 'collapse show';
224 224
             $aria          = 'true';
225 225
         }
Please login to merge, or discard this patch.