Skip to content

Commit

Permalink
Removing illegal c-char from filename
Browse files Browse the repository at this point in the history
  • Loading branch information
Chemaclass committed May 2, 2022
1 parent 577ab35 commit 64d659b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

### 0.17.1
#### 2022-05-02

- Removing illegal c-char from filename.

### 0.17.0
#### 2022-04-29

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
use Gacela\Framework\DocBlockResolverAwareTrait;

/**
* @method FaçModuleA getFacade()
* @method FacaModuleA getFacade()
*/
final class CommandModuleA
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
/**
* @method FactModuleA getFactory()
*/
final class FaçModuleA extends AbstractFacade
final class FacaModuleA extends AbstractFacade
{
public function doSomething(): array
{
Expand Down
2 changes: 1 addition & 1 deletion tests/Feature/Framework/UsingCustomSuffixTypes/gacela.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
->setSuffixTypes(
static function (SuffixTypesBuilder $suffixTypesBuilder): void {
$suffixTypesBuilder
->addFacade('FaçModuleA')
->addFacade('FacaModuleA')
->addFactory('FactModuleA')
->addConfig('ConfModuleA')
->addDependencyProvider('DepProModuleA')
Expand Down

0 comments on commit 64d659b

Please sign in to comment.