mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
Enhancement: Enable binary_operator_spaces fixer
Closes GH-667.
This commit is contained in:
@@ -66,7 +66,7 @@ site_header("Get Involved", ["current" => "community"]);
|
||||
|
||||
<?php
|
||||
|
||||
$SIDEBAR_DATA ='
|
||||
$SIDEBAR_DATA = '
|
||||
<div class="panel">
|
||||
<div class="headline">Table of Contents</div>
|
||||
<div class="body">
|
||||
@@ -80,6 +80,6 @@ $SIDEBAR_DATA ='
|
||||
</div>
|
||||
';
|
||||
|
||||
site_footer(['sidebar'=>$SIDEBAR_DATA]);
|
||||
site_footer(['sidebar' => $SIDEBAR_DATA]);
|
||||
|
||||
/* vim: set et ts=4 sw=4 ft=php: : */
|
||||
|
||||
Reference in New Issue
Block a user