Skip to content

Commit

Permalink
Merge 4d7af76 into 1b4727e
Browse files Browse the repository at this point in the history
  • Loading branch information
Beakerboy committed Jul 23, 2019
2 parents 1b4727e + 4d7af76 commit a6c237c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion composer.json
Expand Up @@ -14,7 +14,8 @@
"require-dev": {
"phpunit/phpunit": "6.*",
"php-coveralls/php-coveralls": "^2.0",
"squizlabs/php_codesniffer": "2.*"
"squizlabs/php_codesniffer": "3.*",
"suin/phpcs-psr4-sniff": "2.*"
},
"autoload-dev": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion src/InternalException.php
@@ -1,7 +1,7 @@
<?php
namespace CashID;

// Create an internal exception type which lets us catch our own exceptions
// Create an internal exception type which lets us catch our own exceptions
// while still passing on system exceptions that we didn't handle.
class InternalException extends \Exception
{
Expand Down

0 comments on commit a6c237c

Please sign in to comment.