Codeception / module-yii2

Codeception module for Yii2 framework
MIT License
16 stars 36 forks source link

Fix wrong namespace #85

Closed ilyaplot closed 1 year ago

ilyaplot commented 1 year ago

Sometimes Psalm finds a floating bug on some systems:

message: Class, interface or enum Yii\web\ErrorAction has wrong casing
type: InvalidClass
snippet: 'class' => yii\web\ErrorAction::class,
selected_text: yii\web\ErrorAction

This PR should fix the floating bug with yii\web* napespace.

SamMousa commented 1 year ago

Thanks!