Skip to content

Feature Requst: Mark String Parameter as Table Name #33

Description

@donatj

I don't know if this is a reasonable request, but it would be nice to be able to mark a parameter in a function/method call as a table name, which would cause phpstorm to trigger it's checks around that tables existence.

So for example we have this now

Image

it would be nice if that could also work on a function call like

$dbConn->deleteFromTable('table_not_exist', [ 'user_id' => 10 ]);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions