Loading...
Loading...
Found 15 Skills
Use when writing type annotations on variables. Use when TypeScript can infer the type. Use when code feels cluttered with types.
Fix PHPStan static analysis errors by adding type annotations and PHPDocs. Use when encountering PHPStan errors, type mismatches, missing type hints, or static analysis failures. Never ignores errors without user approval.
Apply Python style guide conventions to code