pecm/pickling

View on GitHub
examples/13-user-feed.php

Summary

Maintainability
B
5 hrs
Test Coverage

Showing 1 of 1 total issue

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

<?php
declare(strict_types = 1);
 
require_once __DIR__ . '/../vendor/autoload.php';
 
 
Severity: Major
Found in examples/13-user-feed.php and 2 other locations - About 5 hrs to fix
examples/11-category-feed.php on lines 1..34
examples/12-package-feed.php on lines 1..34
Category
Status