for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace carono\exchange1c\widgets;
use yii\base\Widget;
class Panel extends Widget
{
public function init()
ob_start();
ob_implicit_flush(false);
false
integer
$flag
ob_implicit_flush()
If this is a false-positive, you can also ignore this issue in your code via the ignore-type annotation
ignore-type
ob_implicit_flush(/** @scrutinizer ignore-type */ false);
}
public function run()
echo \Yii::$app->getView()->render('@vendor/carono/yii2-1c-exchange/views/widgets/panel', ['content' => ob_get_clean()], $this);