DateTime does not seem to conform to the naming convention (^[A-Z][a-zA-Z0-9]*Interface$).
This check examines a number of code elements and verifies that they conform
to the given naming conventions.
You can set conventions for local variables, abstract classes, utility classes, constant, properties,
methods, parameters, interfaces, classes, exceptions and special methods.
Loading history...
17
{
18
/**
19
* Now.
20
*
21
* @return static
22
*/
23
public static function now();
24
25
/**
26
* From Native
27
*
28
* @param \DateTime $native
29
* @return DateTime
30
*/
31
public static function fromNative(\DateTime $native);
This check examines a number of code elements and verifies that they conform to the given naming conventions.
You can set conventions for local variables, abstract classes, utility classes, constant, properties, methods, parameters, interfaces, classes, exceptions and special methods.