chamilo/chamilo-lms

View on GitHub
public/check.php

Summary

Maintainability
A
0 mins
Test Coverage

Closing brace must be on a line by itself
Open

                        <?php if ($hasMajorProblems): ?>Additionally, to<?php else: ?>To<?php endif; ?> enhance your Symfony experience,
Severity: Minor
Found in public/check.php by phpcodesniffer

Expected 1 space after closing parenthesis; found 0
Open

                <?php if (!$hasMajorProblems && !$hasMinorProblems): ?>
Severity: Minor
Found in public/check.php by phpcodesniffer

Newline required after opening brace
Open

                        <?php if ($hasMajorProblems): ?>Additionally, to<?php else: ?>To<?php endif; ?> enhance your Symfony experience,
Severity: Minor
Found in public/check.php by phpcodesniffer

Expected 1 space after closing parenthesis; found 0
Open

                        <?php foreach ($minorProblems as $problem): ?>
Severity: Minor
Found in public/check.php by phpcodesniffer

Expected 1 space after closing parenthesis; found 0
Open

                <?php if ($symfonyRequirements->hasPhpConfigIssue()): ?>
Severity: Minor
Found in public/check.php by phpcodesniffer

Expected 1 space after closing parenthesis; found 0
Open

                        <?php if ($hasMajorProblems): ?>Additionally, to<?php else: ?>To<?php endif; ?> enhance your Symfony experience,
Severity: Minor
Found in public/check.php by phpcodesniffer

Expected 1 space after closing parenthesis; found 0
Open

                <?php if ($hasMajorProblems): ?>
Severity: Minor
Found in public/check.php by phpcodesniffer

Expected 1 space after closing parenthesis; found 0
Open

                        <?php foreach ($majorProblems as $problem): ?>
Severity: Minor
Found in public/check.php by phpcodesniffer

Expected 1 space after closing parenthesis; found 0
Open

                <?php if ($hasMinorProblems): ?>
Severity: Minor
Found in public/check.php by phpcodesniffer

Expected 1 space after closing parenthesis; found 0
Open

                        <?php if ($symfonyRequirements->getPhpIniPath()): ?>
Severity: Minor
Found in public/check.php by phpcodesniffer

Expected 1 space after ELSE keyword; 0 found
Open

                        <?php if ($hasMajorProblems): ?>Additionally, to<?php else: ?>To<?php endif; ?> enhance your Symfony experience,
Severity: Minor
Found in public/check.php by phpcodesniffer

Closing brace must be on a line by itself
Open

                        <?php if ($hasMajorProblems): ?>Additionally, to<?php else: ?>To<?php endif; ?> enhance your Symfony experience,
Severity: Minor
Found in public/check.php by phpcodesniffer

Expected 1 space after closing parenthesis; found 0
Open

                    <?php if ($hasMajorProblems || $hasMinorProblems): ?>
Severity: Minor
Found in public/check.php by phpcodesniffer

Newline required after opening brace
Open

                        <?php if ($hasMajorProblems): ?>Additionally, to<?php else: ?>To<?php endif; ?> enhance your Symfony experience,
Severity: Minor
Found in public/check.php by phpcodesniffer

Closing brace must be on a line by itself
Open

                        <?php if ($hasMajorProblems): ?>Additionally, to<?php else: ?>To<?php endif; ?> enhance your Symfony experience,
Severity: Minor
Found in public/check.php by phpcodesniffer

Expected 1 space after ELSE keyword; 0 found
Open

                        <?php else: ?>
Severity: Minor
Found in public/check.php by phpcodesniffer

There are no issues that match your filters.

Category
Status