Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes the problem with variadic arguments in column type methods #45

Merged
merged 4 commits into from
Jan 3, 2023

Conversation

butschster
Copy link
Contributor

No description provided.

src/Operation/Column/Column.php Outdated Show resolved Hide resolved
src/Operation/Column/Column.php Outdated Show resolved Hide resolved
tests/Migrations/AtomizerTest.php Outdated Show resolved Hide resolved
@codecov
Copy link

codecov bot commented Jan 3, 2023

Codecov Report

Merging #45 (dc7fe30) into 4.x (7af465e) will increase coverage by 0.07%.
The diff coverage is 100.00%.

@@             Coverage Diff              @@
##                4.x      #45      +/-   ##
============================================
+ Coverage     95.26%   95.33%   +0.07%     
- Complexity      240      243       +3     
============================================
  Files            29       29              
  Lines           697      772      +75     
============================================
+ Hits            664      736      +72     
- Misses           33       36       +3     
Impacted Files Coverage Δ
src/Operation/Column/Column.php 100.00% <100.00%> (ø)
src/Migrator.php 82.60% <0.00%> (-0.86%) ⬇️
src/Capsule.php 100.00% <0.00%> (ø)
src/FileRepository.php 100.00% <0.00%> (ø)
src/Atomizer/Renderer.php 100.00% <0.00%> (ø)
src/Operation/Column/Rename.php 100.00% <0.00%> (ø)
src/Operation/ForeignKey/Add.php 100.00% <0.00%> (ø)
src/Operation/ForeignKey/Drop.php 100.00% <0.00%> (ø)
src/Operation/ForeignKey/Alter.php 100.00% <0.00%> (ø)
src/TableBlueprint.php 98.61% <0.00%> (+0.22%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@roxblnfk roxblnfk merged commit 943f42c into 4.x Jan 3, 2023
@roxblnfk roxblnfk deleted the hotfix/column-default-value branch January 3, 2023 14:02
roxblnfk pushed a commit that referenced this pull request Jan 3, 2023
Co-authored-by: Aleksei Gagarin <[email protected]>
# Conflicts:
#	composer.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants