Skip to content

Commit

Permalink
Sync classes (#15)
Browse files Browse the repository at this point in the history
Sync classes from WordPress.org repository.
  • Loading branch information
tfirdaus authored Jun 1, 2024
1 parent 2805abf commit ce866be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ on:
types: [opened, reopened, synchronize]
branches:
- main
- sync
paths:
- ".github/workflows/test.yml"
- ".github/workflows/ci.yml"
- "**.php"
- "bin/*"
- "composer.json"
- "phpcs.xml.dist"
- "phpunit.xml.dist"
Expand Down
2 changes: 1 addition & 1 deletion bin/sync-markdown-class
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ $content = file_get_contents(
);
$content = str_replace(
'namespace WordPressdotorg\Plugin_Directory',
'namespace Syntatis\WP\PluginReadMeParser',
'namespace Syntatis\WPPluginReadMeParser',
$content
);
$content = preg_replace(
Expand Down

0 comments on commit ce866be

Please sign in to comment.