src/helpers.php
The variable $allowed_files is not named in camelCase. Open
Open
function swagger_ui_dist_path(string $documentation, $asset = null)
{
$allowed_files = [
'favicon-16x16.png',
'favicon-32x32.png',
- Read upRead up
- Exclude checks
CamelCaseVariableName
Since: 0.2
It is considered best practice to use the camelCase notation to name variables.
Example
class ClassName {
public function doSomething() {
$data_module = new DataModule();
}
}
Source
The variable $allowed_files is not named in camelCase. Open
Open
function swagger_ui_dist_path(string $documentation, $asset = null)
{
$allowed_files = [
'favicon-16x16.png',
'favicon-32x32.png',
- Read upRead up
- Exclude checks
CamelCaseVariableName
Since: 0.2
It is considered best practice to use the camelCase notation to name variables.
Example
class ClassName {
public function doSomething() {
$data_module = new DataModule();
}
}