Development

#8839 (deleteByRegexp -> deleteByRegex typo in More With Symfony - Adv. Doctrine Usage)

You must first sign up to be able to contribute.

Ticket #8839 (new documentation)

Opened 3 years ago

deleteByRegexp -> deleteByRegex typo in More With Symfony - Adv. Doctrine Usage

Reported by: deefour Assigned to: fabien
Priority: minor Milestone:
Component: other Version: 1.4.5
Keywords: Cc:
Qualification: Unreviewed

Description

http://www.symfony-project.org/more-with-symfony/1_4/en/08-Advanced-Doctrine-Usage

About 3/4 down the page, there is a bullet list of delete methods available within the Cache driver.

deleteByRegexp should be deleteByRegex

see http://github.com/doctrine/doctrine1/blob/master/lib/Doctrine/Cache/Driver.php#L146