More namespace related cleanup.

This commit is contained in:
Jeff Welch 2013-02-10 21:57:52 -05:00
parent 71e40da399
commit 349d339ba3
1 changed files with 4 additions and 4 deletions

View File

@ -13,7 +13,7 @@ Exporting:
```php
<?php
use Whatthejeff\PHP\Exporter;
use Whatthejeff\PHP\Exporter\Exporter;
/*
Exception Object &0000000078de0f0d000000002003a261 (
@ -37,7 +37,7 @@ Exporting simple types:
```php
<?php
use Whatthejeff\PHP\Exporter;
use Whatthejeff\PHP\Exporter\Exporter;
// 46
print new Exporter(46);
@ -71,7 +71,7 @@ Exporting complex types:
```php
<?php
use Whatthejeff\PHP\Exporter;
use Whatthejeff\PHP\Exporter\Exporter;
/*
Array &0 (
@ -117,7 +117,7 @@ Compact exports:
```php
<?php
use Whatthejeff\PHP\Exporter;
use Whatthejeff\PHP\Exporter\Exporter;
// Array ()
$exporter = new Exporter(array());