for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace IrishDan\NotificationBundle\Controller;
use Symfony\Bundle\FrameworkBundle\Controller\Controller;
class NotificationFeedbackController extends Controller
{
/**
* Route for setting a notification as read
*/
public function readAction($uuid)
$uuid
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.
// @TODO: Implement...
}
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.