Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →PSR standards, coding conventions, and best practices for modern PHP development.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-20 | ✗→✓ | ▲ Improved | 32% | 0% |
| case-01 | ✓→✓ | = Same ✓ | -11% | 0% |
| case-03 | ✓→✓ | = Same ✓ | 74% | 0% |
| case-05 | ✓→✓ | = Same ✓ | 32% | 0% |
| case-06 | ✓→✓ | = Same ✓ | -4% | 0% |
php<?php declare(strict_types=1); namespace App\Controllers; use App\Services\UserService; class UserController extends BaseController { public function __construct( private readonly UserService $userService ) {} public function index(): string { $users = $this->userService->getAllUsers(); return view('users/index', ['users' => $users]); } }
php<?php declare(strict_types=1); function calculateTotal(int $quantity, float $price): float { return $quantity * $price; }
UserController, OrderService)getUser(), createOrder())MAX_RETRIES, API_VERSION)$userName, $isActive)Other measured skills in the registry, with their headline benchmark lift.