|
202 | 202 | (" ")
|
203 | 203 | ("function" . php-keyword)
|
204 | 204 | (" ")
|
| 205 | + ("callable" . php-function-name) |
| 206 | + ("(") |
| 207 | + ("callable" . font-lock-type-face) |
| 208 | + (" ") |
| 209 | + ("$" . php-variable-sigil) |
| 210 | + ("callable" . php-variable-name) |
| 211 | + ("): ") |
| 212 | + ("callable" . font-lock-type-face) |
| 213 | + ("\n {\n }\n\n ") |
| 214 | + ("public" . php-keyword) |
| 215 | + (" ") |
| 216 | + ("function" . php-keyword) |
| 217 | + (" ") |
| 218 | + ("nullableCallable" . php-function-name) |
| 219 | + ("(?") |
| 220 | + ("callable" . font-lock-type-face) |
| 221 | + (" ") |
| 222 | + ("$" . php-variable-sigil) |
| 223 | + ("callable" . php-variable-name) |
| 224 | + ("): ?") |
| 225 | + ("callable" . font-lock-type-face) |
| 226 | + ("\n {\n }\n\n ") |
| 227 | + ("public" . php-keyword) |
| 228 | + (" ") |
| 229 | + ("function" . php-keyword) |
| 230 | + (" ") |
205 | 231 | ("someFunction" . php-function-name)
|
206 | 232 | ("(\n ")
|
207 | 233 | ("$" . php-variable-sigil)
|
|
378 | 404 | ("getNullableNsObject" . php-function-name)
|
379 | 405 | ("(\n ): ?")
|
380 | 406 | ("\\path\\to\\my\\Object" . font-lock-type-face)
|
| 407 | + |
| 408 | + (" {\n }\n\n ") |
| 409 | + ("public" . php-keyword) |
| 410 | + (" ") |
| 411 | + ("function" . php-keyword) |
| 412 | + (" ") |
| 413 | + ("getCallable" . php-function-name) |
| 414 | + ("(\n ): ") |
| 415 | + ("callable" . font-lock-type-face) |
| 416 | + (" {\n }\n\n ") |
| 417 | + ("public" . php-keyword) |
| 418 | + (" ") |
| 419 | + ("function" . php-keyword) |
| 420 | + (" ") |
| 421 | + ("getNullableCallable" . php-function-name) |
| 422 | + ("(\n ): ?") |
| 423 | + ("callable" . font-lock-type-face) |
381 | 424 | (" {\n }\n}\n"))
|
0 commit comments