librenms/librenms

View on GitHub
LibreNMS/Exceptions/FileWriteFailedException.php

Summary

Maintainability
A
0 mins
Test Coverage

The property $file_path is not named in camelCase.
Open

class FileWriteFailedException extends \Exception
{
    /** @var string */
    protected $file_path;

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