Skip to content

Commit ec58566

Browse files
committed
Merge phpdoc and docblock packages
1 parent 1ee0953 commit ec58566

67 files changed

Lines changed: 107 additions & 264 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
"php": "^8.4",
1111
"type-lang/parser": "^2.0",
1212
"type-lang/printer": "^2.0",
13-
"type-lang/docblock": "^2.0",
1413
"type-lang/phpdoc": "^2.0",
1514
"type-lang/phpdoc-standard-tags": "^2.0",
1615
"type-lang/phpdoc-template-tags": "^2.0",

libs/docblock/.editorconfig

Lines changed: 0 additions & 15 deletions
This file was deleted.

libs/docblock/.gitattributes

Lines changed: 0 additions & 18 deletions
This file was deleted.

libs/docblock/.gitignore

Lines changed: 0 additions & 9 deletions
This file was deleted.

libs/docblock/LICENSE

Lines changed: 0 additions & 21 deletions
This file was deleted.

libs/docblock/composer.json

Lines changed: 0 additions & 44 deletions
This file was deleted.

libs/docblock/phpstan.neon

Lines changed: 0 additions & 6 deletions
This file was deleted.

libs/docblock/phpunit.xml

Lines changed: 0 additions & 30 deletions
This file was deleted.

libs/docblock/tests/TestCase.php

Lines changed: 0 additions & 11 deletions
This file was deleted.

libs/phpdoc/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -269,9 +269,9 @@ var_dump($result);
269269

270270
```php
271271
TypeLang\PhpDoc\DocBlock\DocBlock\DocBlock {
272-
+description: TypeLang\DocBlock\Description\TaggedDescription {
272+
+description: TypeLang\PhpDoc\DocBlock\Description\TaggedDescription {
273273
+components: array:3 [
274-
0 => TypeLang\DocBlock\Description\Description {
274+
0 => TypeLang\PhpDoc\DocBlock\Description\Description {
275275
#value: "Example description "
276276
}
277277
1 => TypeLang\PhpDoc\DocBlock\DocBlock\Tag\SeeTag\SeeTag {
@@ -281,14 +281,14 @@ TypeLang\PhpDoc\DocBlock\DocBlock\DocBlock {
281281
+type: TypeLang\Type\NamedTypeNode { … }
282282
}
283283
}
284-
2 => TypeLang\DocBlock\Description\Description {
284+
2 => TypeLang\PhpDoc\DocBlock\Description\Description {
285285
#value: " and blah-blah-blah.\n"
286286
}
287287
]
288288
}
289289
+tags: array:3 [
290290
0 => TypeLang\PhpDoc\DocBlock\DocBlock\Tag\Tag {
291-
+description: TypeLang\DocBlock\Description\Description {
291+
+description: TypeLang\PhpDoc\DocBlock\Description\Description {
292292
#value: "("foo")\n"
293293
}
294294
+name: "Example\Annotation"

0 commit comments

Comments
 (0)