I want to use class DateTime
but PHPStorm
says me that "Undefined class DateTime"
and my PHP version is 5.5.9-1
.
I'm using PHPStorm version 2016.1
and i'm working with Yii2 framework
(if it'll give you any useful information). So how can i use with correct lint default PHP classes?
You need to use backslash \DateTime
or add use DateTime;
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With