1

我只是将我的代码迁移到 PSR 标准。我不确定如何在嵌套条件中编写它。我对行距感到困惑。我可以在 If 条件之后使用一个行空间吗?下面是我的示例代码。

if ($this->value) {
    if ($this->value === 'abc') {
         $x = $this->x();
    }

    $x = 'lababala';

    if ($this->value === '123') {
         $x = $this->y();
    }

    $end = new object();
}
4

0 回答 0