File tree 2 files changed +2
-10
lines changed
2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -39,13 +39,6 @@ class Ajax_Action extends Action {
39
39
*/
40
40
protected string $ prefix ;
41
41
42
- /**
43
- * Ajax method.
44
- *
45
- * @var 'GET'|'POST'|'REQ'
46
- */
47
- protected string $ method ;
48
-
49
42
/**
50
43
* Nonce query var.
51
44
*
@@ -109,7 +102,6 @@ public function __construct(
109
102
) {
110
103
$ this ->action = $ action ;
111
104
$ this ->prefix = $ prefix ;
112
- $ this ->method = $ method ;
113
105
$ this ->nonce = $ nonce ;
114
106
$ this ->cap = $ cap ;
115
107
$ this ->vars = $ vars ;
Original file line number Diff line number Diff line change 19
19
* @property-read int $fired Number of times the hook has fired.
20
20
* @property-read string $method The method name.
21
21
*
22
- * @property-read array{TInst,string} $target The target method.
23
- * @property-read THndl $handler The handler instance.
22
+ * @property-read array{0: TInst,1: string} $target The target method.
23
+ * @property-read THndl $handler The handler instance.
24
24
*/
25
25
interface Can_Invoke extends Can_Hook {
26
26
/**
You can’t perform that action at this time.
0 commit comments