owncloud / announcementcenter

:loudspeaker: Announcement Center for ownCloud
GNU Affero General Public License v3.0
13 stars 7 forks source link

Use new doctrine/dbal methods #167

Open phil-davis opened 3 years ago

phil-davis commented 3 years ago

After doctrine/dbal was updated in core https://github.com/owncloud/core/pull/38647 some methods have been deprecated. The deprecation messages have been suppressed in #166 to get CI passing again.

Investigate these and adjust the code to use the appropriate new methods.