Skip to content
This repository has been archived by the owner on May 1, 2019. It is now read-only.

Fix: Add missing comma in array initialization #283

Merged
merged 1 commit into from
Dec 14, 2014

Conversation

localheinz
Copy link
Member

A missing , in config/autoload/development.local.php.dist results in the following error

Parse error: syntax error, unexpected ''service_manager'' (T_CONSTANT_ENCAPSED_STRING), expecting ']' in /Users/am/Sites/zendframework/modules.zendframework.com/config/autoload/development.local.php on line 7

when switching the application into development mode via

$ php public/index.php development enable

and then navigating to, let's say, http://modules.zendframework.dev.

@localheinz localheinz added the Bug label Dec 14, 2014
@Ocramius Ocramius self-assigned this Dec 14, 2014
Ocramius added a commit that referenced this pull request Dec 14, 2014
Fix: Add missing comma in array initialization
@Ocramius Ocramius merged commit ba83e27 into zendframework:master Dec 14, 2014
@localheinz localheinz deleted the fix/development-mode branch December 14, 2014 20:58
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants