Skip to content

Commit

Permalink
Fixed multiple code issues.
Browse files Browse the repository at this point in the history
Signed-off-by: crynobone <crynobone@gmail.com>
  • Loading branch information
crynobone committed Nov 8, 2013
1 parent 12963ad commit 237fe57
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 51 deletions.
51 changes: 1 addition & 50 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,52 +1,3 @@
# Composer
# Composer
composer.lock
vendor/*

# Code Coverage
build/code-browser/*
build/coverage/*
build/docs/*
build/logs/*
build/pdepend/*
!build/code-browser/.gitignore
!build/coverage/.gitignore
!build/logs/.gitignore
!build/pdepend/.gitignore

# always-ignore extensionsalways-ignore extensions
*.diff
*.err
*.orig
*.log
*.rej
*.swo
*.swp
*.vi
*~
*.sass-cache

# OS or Editor folders
.DS_Store
Thumbs.db
.cache
.project
.settings
.tmproj
*.esproj
nbproject

# Dreamweaver added files
_notes
dwsync.xml

# Komodo
*.komodoproject
.komodotools

# Folders to ignore
.hg
.svn
.CVS
intermediate
publish
.idea
9 changes: 9 additions & 0 deletions build/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
code-browser/*
coverage/*
docs/*
logs/*
pdepend/*
!code-browser/.gitignore
!coverage/.gitignore
!logs/.gitignore
!pdepend/.gitignore
Empty file modified build/phpcs.xml
100755 → 100644
Empty file.
Empty file modified build/phpmd.xml
100755 → 100644
Empty file.
Empty file modified build/phpunit.xml
100755 → 100644
Empty file.
2 changes: 1 addition & 1 deletion src/Orchestra/Facile/Environment.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public function make($name, array $data = array(), $format = null)
* ->format('html');
* </code>
*
* @param string $view
* @param mixed $view
* @param array $data
* @return Response
*/
Expand Down

0 comments on commit 237fe57

Please sign in to comment.