Commit af4f80d
committed
Performance/FetchingRemoteData: remove redundant method
This method was introduced in PR 855 as a temporary stop-gap to allow for supporting PHP 8.1+ first class callables.
As of WPCS 3.2.0, first class callables are no longer passed to the `process_no_parameters()` method, but to the new dedicated `process_first_class_callable()` method, so this method is no longer needed.1 parent a8b3078 commit af4f80d
File tree
1 file changed
+0
-34
lines changed- WordPressVIPMinimum/Sniffs/Performance
1 file changed
+0
-34
lines changedLines changed: 0 additions & 34 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | 97 | | |
132 | 98 | | |
133 | 99 | | |
| |||
0 commit comments