Skip to content

Commit

Permalink
Merge branch 'refs/heads/master' into with-directive-multiple-nested-…
Browse files Browse the repository at this point in the history
…relations
  • Loading branch information
spawnia committed Jun 5, 2024
2 parents 7c560e2 + fe0771e commit 2f5a4c1
Show file tree
Hide file tree
Showing 19 changed files with 1,581 additions and 56 deletions.
2 changes: 2 additions & 0 deletions rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
use Rector\CodingStyle\Rector\Encapsed\EncapsedStringsToSprintfRector;
use Rector\Config\RectorConfig;
use Rector\Php71\Rector\FuncCall\RemoveExtraParametersRector;
use Rector\Php80\Rector\FunctionLike\MixedTypeRector;
use Rector\PHPUnit\PHPUnit60\Rector\ClassMethod\AddDoesNotPerformAssertionToNonAssertingTestRector;
use Rector\PHPUnit\Set\PHPUnitSetList;
use Rector\Set\ValueObject\SetList;
Expand Down Expand Up @@ -58,6 +59,7 @@
AddReturnTypeDeclarationFromYieldsRector::class, // iterable is fine
UnusedForeachValueToArrayKeysRector::class, // inefficient
AddDoesNotPerformAssertionToNonAssertingTestRector::class, // does not recognize mockResolver
MixedTypeRector::class, // removes useful comments
]);
$rectorConfig->paths([
__DIR__ . '/src',
Expand Down
176 changes: 176 additions & 0 deletions src/Tracing/FederatedTracing/Proto/ContextualizedStats.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

66 changes: 66 additions & 0 deletions src/Tracing/FederatedTracing/Proto/EnumStats.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

95 changes: 95 additions & 0 deletions src/Tracing/FederatedTracing/Proto/ExtendedReferences.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/Tracing/FederatedTracing/Proto/FieldStat.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2f5a4c1

Please sign in to comment.