Skip to content

Commit

Permalink
Bump PHP-CS-Fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdoug committed Nov 26, 2024
1 parent bd4d600 commit f988d46
Show file tree
Hide file tree
Showing 53 changed files with 53 additions and 1 deletion.
1 change: 1 addition & 0 deletions .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Box packing (3D bin packing, knapsack problem).
*
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"require-dev": {
"behat/behat": "^3.13",
"dvdoug/behat-code-coverage": "^5.3.1",
"friendsofphp/php-cs-fixer": "^3.38.2",
"friendsofphp/php-cs-fixer": "^3.65",
"monolog/monolog": "^3.5",
"phpunit/phpunit": "^10.4"
},
Expand Down
1 change: 1 addition & 0 deletions features/bootstrap/InfalliblePackerContext.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Box packing (3D bin packing, knapsack problem).
*
Expand Down
1 change: 1 addition & 0 deletions features/bootstrap/PackerContext.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Box packing (3D bin packing, knapsack problem).
*
Expand Down
1 change: 1 addition & 0 deletions src/Box.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Box packing (3D bin packing, knapsack problem).
*
Expand Down
1 change: 1 addition & 0 deletions src/BoxList.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Box packing (3D bin packing, knapsack problem).
*
Expand Down
1 change: 1 addition & 0 deletions src/BoxSorter.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Box packing (3D bin packing, knapsack problem).
*
Expand Down
1 change: 1 addition & 0 deletions src/ConstrainedPlacementItem.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Box packing (3D bin packing, knapsack problem).
*
Expand Down
1 change: 1 addition & 0 deletions src/DefaultBoxSorter.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Box packing (3D bin packing, knapsack problem).
*
Expand Down
1 change: 1 addition & 0 deletions src/DefaultItemSorter.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Box packing (3D bin packing, knapsack problem).
*
Expand Down
1 change: 1 addition & 0 deletions src/DefaultPackedBoxSorter.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Box packing (3D bin packing, knapsack problem).
*
Expand Down
1 change: 1 addition & 0 deletions src/Item.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Box packing (3D bin packing, knapsack problem).
*
Expand Down
1 change: 1 addition & 0 deletions src/ItemList.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Box packing (3D bin packing, knapsack problem).
*
Expand Down
1 change: 1 addition & 0 deletions src/ItemSorter.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Box packing (3D bin packing, knapsack problem).
*
Expand Down
1 change: 1 addition & 0 deletions src/LayerPacker.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Box packing (3D bin packing, knapsack problem).
*
Expand Down
1 change: 1 addition & 0 deletions src/LayerStabiliser.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Box packing (3D bin packing, knapsack problem).
*
Expand Down
1 change: 1 addition & 0 deletions src/LimitedSupplyBox.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Box packing (3D bin packing, knapsack problem).
*
Expand Down
1 change: 1 addition & 0 deletions src/OrientatedItem.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Box packing (3D bin packing, knapsack problem).
*
Expand Down
1 change: 1 addition & 0 deletions src/OrientatedItemFactory.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Box packing (3D bin packing, knapsack problem).
*
Expand Down
1 change: 1 addition & 0 deletions src/OrientatedItemSorter.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Box packing (3D bin packing, knapsack problem).
*
Expand Down
1 change: 1 addition & 0 deletions src/PackedBox.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Box packing (3D bin packing, knapsack problem).
*
Expand Down
1 change: 1 addition & 0 deletions src/PackedBoxList.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Box packing (3D bin packing, knapsack problem).
*
Expand Down
1 change: 1 addition & 0 deletions src/PackedBoxSorter.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Box packing (3D bin packing, knapsack problem).
*
Expand Down
1 change: 1 addition & 0 deletions src/PackedItem.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Box packing (3D bin packing, knapsack problem).
*
Expand Down
1 change: 1 addition & 0 deletions src/PackedItemList.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Box packing (3D bin packing, knapsack problem).
*
Expand Down
1 change: 1 addition & 0 deletions src/PackedLayer.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Box packing (3D bin packing, knapsack problem).
*
Expand Down
1 change: 1 addition & 0 deletions src/Packer.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Box packing (3D bin packing, knapsack problem).
*
Expand Down
1 change: 1 addition & 0 deletions src/Rotation.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Box packing (3D bin packing, knapsack problem).
*
Expand Down
1 change: 1 addition & 0 deletions src/VolumePacker.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Box packing (3D bin packing, knapsack problem).
*
Expand Down
1 change: 1 addition & 0 deletions src/WeightRedistributor.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Box packing (3D bin packing, knapsack problem).
*
Expand Down
1 change: 1 addition & 0 deletions src/WorkingVolume.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Box packing (3D bin packing, knapsack problem).
*
Expand Down
1 change: 1 addition & 0 deletions tests/BoxListTest.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Box packing (3D bin packing, knapsack problem).
*
Expand Down
1 change: 1 addition & 0 deletions tests/EfficiencyTest.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Box packing (3D bin packing, knapsack problem).
*
Expand Down
1 change: 1 addition & 0 deletions tests/ItemListTest.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Box packing (3D bin packing, knapsack problem).
*
Expand Down
1 change: 1 addition & 0 deletions tests/NoBoxesAvailableExceptionTest.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Box packing (3D bin packing, knapsack problem).
*
Expand Down
1 change: 1 addition & 0 deletions tests/OrientatedItemFactoryTest.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Box packing (3D bin packing, knapsack problem).
*
Expand Down
1 change: 1 addition & 0 deletions tests/OrientatedItemTest.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Box packing (3D bin packing, knapsack problem).
*
Expand Down
1 change: 1 addition & 0 deletions tests/PackedBoxListTest.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Box packing (3D bin packing, knapsack problem).
*
Expand Down
1 change: 1 addition & 0 deletions tests/PackedBoxTest.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Box packing (3D bin packing, knapsack problem).
*
Expand Down
1 change: 1 addition & 0 deletions tests/PackedItemTest.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Box packing (3D bin packing, knapsack problem).
*
Expand Down
1 change: 1 addition & 0 deletions tests/PackedLayerTest.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Box packing (3D bin packing, knapsack problem).
*
Expand Down
1 change: 1 addition & 0 deletions tests/PackerTest.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Box packing (3D bin packing, knapsack problem).
*
Expand Down
1 change: 1 addition & 0 deletions tests/PublishedTestCasesTest.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Box packing (3D bin packing, knapsack problem).
*
Expand Down
1 change: 1 addition & 0 deletions tests/Test/ConstrainedPlacementByCountTestItem.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Box packing (3D bin packing, knapsack problem).
*
Expand Down
1 change: 1 addition & 0 deletions tests/Test/ConstrainedPlacementNoStackingTestItem.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Box packing (3D bin packing, knapsack problem).
*
Expand Down
1 change: 1 addition & 0 deletions tests/Test/LimitedSupplyTestBox.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Box packing (3D bin packing, knapsack problem).
*
Expand Down
1 change: 1 addition & 0 deletions tests/Test/PackedBoxByReferenceSorter.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Box packing (3D bin packing, knapsack problem).
*
Expand Down
1 change: 1 addition & 0 deletions tests/Test/THPackTestItem.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Box packing (3D bin packing, knapsack problem).
*
Expand Down
1 change: 1 addition & 0 deletions tests/Test/TestBox.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Box packing (3D bin packing, knapsack problem).
*
Expand Down
1 change: 1 addition & 0 deletions tests/Test/TestItem.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Box packing (3D bin packing, knapsack problem).
*
Expand Down
1 change: 1 addition & 0 deletions tests/VolumePackerTest.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Box packing (3D bin packing, knapsack problem).
*
Expand Down
1 change: 1 addition & 0 deletions tests/WeightRedistributorTest.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Box packing (3D bin packing, knapsack problem).
*
Expand Down
1 change: 1 addition & 0 deletions tests/WorkingVolumeTest.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Box packing (3D bin packing, knapsack problem).
*
Expand Down

0 comments on commit f988d46

Please sign in to comment.