Project

General

Profile

Actions

Bug #91832

closed

Package "phpdocumentor/reflection-docblock" throws an Exeption after updating to 5.2.0

Added by Thomas Anders over 3 years ago. Updated over 3 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Extbase
Start date:
2020-07-21
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
11
PHP Version:
7.4
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

After doing a "composer update" this morning, the package phpdocumentor/reflection-docblock was updated from version 5.1.0 to 5.2.0

After this Update, the front- and backend throws this exception:

InvalidArgumentException
Expected an implementation of "phpDocumentor\Reflection\DocBlock\Tag". Got: "TYPO3\CMS\Extbase\Reflection\DocBlock\Tags\Null_" 

My composer.json packages are:

"require": {
    "helhum/typo3-console": "^6",
    "typo3/cms-about": "^10.4",
    "typo3/cms-adminpanel": "^10.4",
    "typo3/cms-backend": "^10.4",
    "typo3/cms-belog": "^10.4",
    "typo3/cms-beuser": "^10.4",
    "typo3/cms-core": "^10.4",
    "typo3/cms-dashboard": "^10.4",
    "typo3/cms-extbase": "^10.4",
    "typo3/cms-extensionmanager": "^10.4",
    "typo3/cms-felogin": "^10.4",
    "typo3/cms-filelist": "^10.4",
    "typo3/cms-filemetadata": "^10.4",
    "typo3/cms-fluid": "^10.4",
    "typo3/cms-fluid-styled-content": "^10.4",
    "typo3/cms-form": "^10.4",
    "typo3/cms-frontend": "^10.4",
    "typo3/cms-impexp": "^10.4",
    "typo3/cms-info": "^10.4",
    "typo3/cms-install": "^10.4",
    "typo3/cms-linkvalidator": "^10.4",
    "typo3/cms-lowlevel": "^10.4",
    "typo3/cms-recordlist": "^10.4",
    "typo3/cms-redirects": "^10.4",
    "typo3/cms-rte-ckeditor": "^10.4",
    "typo3/cms-scheduler": "^10.4",
    "typo3/cms-seo": "^10.4",
    "typo3/cms-setup": "^10.4",
    "typo3/cms-sys-note": "^10.4",
    "typo3/cms-t3editor": "^10.4",
    "typo3/cms-tstemplate": "^10.4",
    "typo3/cms-viewpage": "^10.4",
    "friendsoftypo3/taskcenter": "^10.0.0",
    "friendsoftypo3/sys-action": "^10.0.0",
    "georgringer/news": "^8.3",
    "teaminmedias-pluswerk/ke_search": "^3.1" 
},

For testing I removed all packages that are NOT "typo3/cms-*", but the same error appears.

Its happening in a local DDEV environment as well as on an external webserver.

"php -v" -> 7.4.6 (local) and 7.2.28 (hosted server)

Actions #1

Updated by Thomas Anders over 3 years ago

Setting the package back to 5.1.0 solves the whole thing again, of course.

Add this package to composer.json:

"phpdocumentor/reflection-docblock": "5.1.0" 

Or via cli:

composer require phpdocumentor/reflection-docblock 5.1.0

Actions #2

Updated by Riccardo De Contardi over 3 years ago

Related? #91207

Actions #3

Updated by Christian Fries over 3 years ago

We have the exact same issue with TYPO3 10.4.5.

The core extension typo3/cms-extbase is requiring phpdocumentor/reflection-docblock with the version constraint ^5.1.0 since version 10.4.0 so this will affect all TYPO3 10 LTS instances.

Actions #4

Updated by Simon Gilli over 3 years ago

Riccardo De Contardi wrote:

Related? #91207

I don't think so

Actions #5

Updated by Simon Gilli over 3 years ago

  • Category changed from composer to Extbase
  • Status changed from New to Accepted
  • Assignee set to Simon Gilli
  • Target version set to Candidate for patchlevel
  • TYPO3 Version changed from 10 to 11
Actions #6

Updated by Gerrit Code Review over 3 years ago

  • Status changed from Accepted to Under Review

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/65061

Actions #7

Updated by Gerrit Code Review over 3 years ago

Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/65061

Actions #8

Updated by Gerrit Code Review over 3 years ago

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/65062

Actions #9

Updated by Gerrit Code Review over 3 years ago

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/65063

Actions #10

Updated by Gerrit Code Review over 3 years ago

Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/65061

Actions #11

Updated by Gerrit Code Review over 3 years ago

Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/65061

Actions #12

Updated by Gerrit Code Review over 3 years ago

Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/65061

Actions #13

Updated by Gerrit Code Review over 3 years ago

Patch set 1 for branch 10.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/65025

Actions #14

Updated by Simon Gilli over 3 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #15

Updated by Benni Mack over 3 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF