Niels Dossche
ad452086d9
Add tidyNode::getNextSibling() and tidyNode::getPreviousSibling()
...
These get the next and previous sibling nodes, respectively.
We can already kind of do this by using the $child array, but that's
inconvenient when actually walking the tree by only using node
instances. Since the class is final, there is no BC break here.
Closes GH-15047.
2024-07-25 13:55:20 +02:00
Máté Kocsis
d7383ed807
Declare ext/tidy constants in stubs ( #9383 )
2022-08-20 17:08:28 +02:00
Máté Kocsis
aeb4acacec
Declare tidyNode properties as readonly
2022-05-26 08:26:16 +02:00
Máté Kocsis
768d00f83b
Declare tidy properties
2022-05-26 08:26:16 +02:00
Máté Kocsis
97a849602d
Declare tentative return types for ext/tidy
...
Closes GH-6999
2021-05-25 19:18:58 +02:00
Máté Kocsis
a730dc0cf9
Generate class entries for snmp, soap, sockets, sodium, sqlite3, sysv*, tidy
...
Closes GH-6696
2021-02-15 11:45:26 +01:00
Christoph M. Becker
44ccccdfb8
tidy::repairFile() and ::repairString() return string|false
2020-11-30 00:29:10 +01:00
Máté Kocsis
d6264b0966
Verify parameter names of function aliases
...
Closes GH-6335
2020-10-16 10:56:33 +02:00
Nikita Popov
c11191e794
Update ext/tidy parameter names
...
Closes GH-6283.
2020-10-07 10:21:26 +02:00
Máté Kocsis
628db3f3b5
Fix UNKNOWN default values in various extensions
...
Closes GH-6075
2020-09-07 19:02:02 +02:00
Máté Kocsis
f7fbc6333f
Add more precise type info for stubs
...
Closes GH-6005
2020-09-01 16:35:56 +02:00
George Peter Banyard
bc9497695e
Fix [-Wundef] warning in Tidy extension
2020-05-18 00:37:18 +02:00
Máté Kocsis
c5fb4f0794
Generate function entries from stubs for a couple of extensions
...
Migrates ext/standard, ext/tidy, ext/tokenizer,
ext/xml, ext/xml_reader, and ext/xml_writer. Closes GH-5381.
2020-04-14 11:49:02 +02:00
Christoph M. Becker
7d0102dfa7
Revert "Replace @param annotations with type declarations"
...
This reverts commit c31029f335
.
2020-02-17 08:55:18 +01:00
Christoph M. Becker
c31029f335
Replace @param annotations with type declarations
2020-02-16 23:43:38 +01:00
Máté Kocsis
c58b12334d
Add union return types with one class
2019-11-18 12:44:38 +01:00
Máté Kocsis
27e83d0fb8
Add union return types for function stubs
2019-11-11 14:54:55 +01:00
Christoph M. Becker
610b7a74fc
Fix arginfo of tidy_repair_string()
...
Cf. 5356bad8c6
.
2019-09-22 16:31:48 +02:00
Christoph M. Becker
7f36328bf0
Add ext/tidy stubs
2019-09-22 16:18:33 +02:00