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

Commit

Permalink
Fix namespace/import parse error
Browse files Browse the repository at this point in the history
- separated namespace and imports
  • Loading branch information
weierophinney committed Jun 13, 2011
1 parent bda50ed commit 2361686
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions library/Zend/Di/Configuration.php
@@ -1,7 +1,8 @@
<?php

namespace Zend\Di,
Traversable;
namespace Zend\Di;

use Traversable;

class Configuration
{
Expand Down

0 comments on commit 2361686

Please sign in to comment.