Open
Description
If you have a service definition like below, the "foo"
will show trigger a "Create Method" service inspection warning. If you use single quotes, i.e. 'foo'
, the warning does not display.
services:
some_service:
class: SomeService
calls:
- [someSetter, ["foo"]]
Plugin: 0.13.136
PhpStorm: 2016.3.2 (Build #PS-163.10504.2)