eisen-dev/eisen_front

View on GitHub
webd/recipeResultModal.php

Summary

Maintainability
B
6 hrs
Test Coverage

Showing 3 of 3 total issues

Similar blocks of code found in 2 locations. Consider refactoring.
Open

<?php
/**
* Eisen Frontend
* http://eisen-dev.github.io
*
Severity: Major
Found in webd/recipeResultModal.php and 1 other location - About 6 hrs to fix
webd/taskResultModal.php on lines 1..44

Each PHP statement must be on a line by itself
Open

$task_id = $_POST['task_id'];;
Severity: Minor
Found in webd/recipeResultModal.php by phpcodesniffer

Each PHP statement must be on a line by itself
Open

$managerHost = $_POST['managerHost'];;
Severity: Minor
Found in webd/recipeResultModal.php by phpcodesniffer
Category
Status