Skip to content

Commit

Permalink
change namespace syntax, adjust formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
theseer committed Jan 15, 2019
1 parent d78bc25 commit e3f3f37
Show file tree
Hide file tree
Showing 201 changed files with 8,806 additions and 8,805 deletions.
364 changes: 182 additions & 182 deletions src/Application.php

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions src/ApplicationException.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?php
namespace TheSeer\phpDox {
namespace TheSeer\phpDox;

class ApplicationException extends \Exception {

const InvalidSrcDirectory = 1;
const UnknownEngine = 2;
const UnknownEnricher = 3;
const IndexMissing = 4;
const SourceMissing = 5;
}
class ApplicationException extends \Exception {

const InvalidSrcDirectory = 1;
const UnknownEngine = 2;
const UnknownEnricher = 3;
const IndexMissing = 4;
const SourceMissing = 5;
}


Loading

0 comments on commit e3f3f37

Please sign in to comment.