sebastianmonzel/webfiles-framework-php

View on GitHub
source/core/datasystem/file/format/media/MYoutubeVideo.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%

The property $m_sKey is not named in camelCase.
Open

class MYoutubeVideo extends MWebfile
{

    private $m_sKey;

CamelCasePropertyName

Since: 0.2

It is considered best practice to use the camelCase notation to name attributes.

Example

class ClassName {
    protected $property_name;
}

Source

There are no issues that match your filters.

Category
Status