* @since 2.0.31 */ class FakePhp7Controller extends Controller { public $enableCsrfValidation = false; public function actionAksi1(int $foo, float $bar = null, bool $true, bool $false) { } public function actionStringy(string $foo = null) { } }