Skip to content

Commit

Permalink
Merge pull request #2 from angelxmoreno/feature/style-fixes
Browse files Browse the repository at this point in the history
fixed styles
  • Loading branch information
angelxmoreno authored Jun 4, 2023
2 parents cdcdc03 + b7588d1 commit a878af7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
],
"cs-check": "phpcs",
"cs-fix": "phpcbf",
"md-check": "phpmd src,tests text ruleset",
"md-check": "phpmd src,tests,kahlan-config.php text ruleset",
"docs:serve": "mkdocs serve",
"docs:build": "mkdocs build && open site/index.html"
}
Expand Down
2 changes: 1 addition & 1 deletion kahlan-config.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* @var Kahlan\Cli\Kahlan $this
*/
Expand All @@ -12,4 +13,3 @@

const DS = DIRECTORY_SEPARATOR;
const FIXTURES_DIR = __DIR__ . DS . 'tests' . DS . 'fixtures' . DS;

1 change: 1 addition & 0 deletions phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

<file>./src</file>
<file>./tests</file>
<file>./kahlan-config.php</file>

<exclude-pattern>*/docs/build/*</exclude-pattern>

Expand Down

0 comments on commit a878af7

Please sign in to comment.