Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Zend\Di
Browse files Browse the repository at this point in the history
- Default now Annotations Off in RuntimeDefinition
  • Loading branch information
Ralph Schindler committed Oct 10, 2011
1 parent d08e5f2 commit a71e9b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Definition/IntrospectionStrategy.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class IntrospectionStrategy
/**
* @var bool
*/
protected $useAnnotations = true;
protected $useAnnotations = false;

/**
* @var string[]
Expand Down

0 comments on commit a71e9b0

Please sign in to comment.