79320058

Date: 2024-12-31 13:24:27
Score: 0.5
Natty:
Report link

you have declare these variables out of the constructor method

class CreateTodoCommand {
    private string $name,
    private string $text,
    private string $userId
public function __construct(
    
) { }
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: hasnain