ZF-11657: Syntax Error in "Creating your First Decorator"

Description

http://framework.zend.com/manual/en/…

Component: Programmer's Reference Guide Section: Decorator Basics Subsection: Creating Your First Decorator


    protected $_format = '%s'
                   . '';

The source code example does not work, because string concatenation operations are not allowed for class attribute definitions.

Comments

Patch to fix occurrence in all languages attached.

Fixed in ZF2 with GH-386