Skip to content
Snippets Groups Projects

fix incorrect phpdoc type hints

Merged Patrick Kenny requested to merge issue/jsonrpc-3471816:fix_phpdoc into 2.x
7 files
+ 20
20
Compare changes
  • Side-by-side
  • Inline
Files
7
@@ -32,7 +32,7 @@ class JsonRpcMethod extends AnnotationBase implements MethodInterface {
* Optional. If the method ID is 'foo.bar', this defaults to 'bar'. If the
* method ID does not contain a dot (.), defaults to 'execute'.
*
* @var string
* @var string|null
*/
public $call;
Loading