Skip to content

Commit

Permalink
Updated php-cs-fixer to version 3.65.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentmuller committed Nov 25, 2024
1 parent 7f095a3 commit 2d523ea
Show file tree
Hide file tree
Showing 31 changed files with 44 additions and 14 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Unreleased

- Updated `php-cs-fixer` to version 3.65.0.
- Updated `PHPunit` continuous integration action.
- Added static `instance()` function to `ChartOption` class.
- Added test for the `renderTo` property.
Expand Down
1 change: 1 addition & 0 deletions src/Highcharts/AbstractChart.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/*
* This file is part of the HighchartsBundle package.
*
Expand Down
1 change: 1 addition & 0 deletions src/Highcharts/ChartExpression.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/*
* This file is part of the HighchartsBundle package.
*
Expand Down
1 change: 1 addition & 0 deletions src/Highcharts/ChartInterface.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/*
* This file is part of the HighchartsBundle package.
*
Expand Down
1 change: 1 addition & 0 deletions src/Highcharts/ChartOption.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/*
* This file is part of the HighchartsBundle package.
*
Expand Down
1 change: 1 addition & 0 deletions src/Highcharts/Engine.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/*
* This file is part of the HighchartsBundle package.
*
Expand Down
1 change: 1 addition & 0 deletions src/Highcharts/Highchart.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/*
* This file is part of the HighchartsBundle package.
*
Expand Down
1 change: 1 addition & 0 deletions src/Highcharts/Highstock.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/*
* This file is part of the HighchartsBundle package.
*
Expand Down
1 change: 1 addition & 0 deletions src/HighchartsBundle.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/*
* This file is part of the HighchartsBundle package.
*
Expand Down
1 change: 1 addition & 0 deletions src/Twig/HighchartsExtension.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/*
* This file is part of the HighchartsBundle package.
*
Expand Down
1 change: 1 addition & 0 deletions tests/AbstractChartTestCase.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/*
* This file is part of the HighchartsBundle package.
*
Expand Down
1 change: 1 addition & 0 deletions tests/Highcharts/CallTest.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/*
* This file is part of the HighchartsBundle package.
*
Expand Down
1 change: 1 addition & 0 deletions tests/Highcharts/ChartExpressionTest.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/*
* This file is part of the HighchartsBundle package.
*
Expand Down
1 change: 1 addition & 0 deletions tests/Highcharts/ChartOptionTest.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/*
* This file is part of the HighchartsBundle package.
*
Expand Down
1 change: 1 addition & 0 deletions tests/Highcharts/ColorsTest.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/*
* This file is part of the HighchartsBundle package.
*
Expand Down
1 change: 1 addition & 0 deletions tests/Highcharts/EngineTest.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/*
* This file is part of the HighchartsBundle package.
*
Expand Down
1 change: 1 addition & 0 deletions tests/Highcharts/ExportingTest.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/*
* This file is part of the HighchartsBundle package.
*
Expand Down
1 change: 1 addition & 0 deletions tests/Highcharts/GlobalTest.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/*
* This file is part of the HighchartsBundle package.
*
Expand Down
1 change: 1 addition & 0 deletions tests/Highcharts/HighchartTest.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/*
* This file is part of the HighchartsBundle package.
*
Expand Down
1 change: 1 addition & 0 deletions tests/Highcharts/LangTest.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/*
* This file is part of the HighchartsBundle package.
*
Expand Down
1 change: 1 addition & 0 deletions tests/Highcharts/LegendTest.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/*
* This file is part of the HighchartsBundle package.
*
Expand Down
1 change: 1 addition & 0 deletions tests/Highcharts/PaneTest.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/*
* This file is part of the HighchartsBundle package.
*
Expand Down
1 change: 1 addition & 0 deletions tests/Highcharts/RenderToTest.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/*
* This file is part of the HighchartsBundle package.
*
Expand Down
1 change: 1 addition & 0 deletions tests/Highcharts/SeriesTest.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/*
* This file is part of the HighchartsBundle package.
*
Expand Down
1 change: 1 addition & 0 deletions tests/Highcharts/TooltipTest.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/*
* This file is part of the HighchartsBundle package.
*
Expand Down
1 change: 1 addition & 0 deletions tests/Highstock/ChartTest.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/*
* This file is part of the HighchartsBundle package.
*
Expand Down
1 change: 1 addition & 0 deletions tests/Highstock/ColorsTest.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/*
* This file is part of the HighchartsBundle package.
*
Expand Down
1 change: 1 addition & 0 deletions tests/Highstock/CreditsTest.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/*
* This file is part of the HighchartsBundle package.
*
Expand Down
1 change: 1 addition & 0 deletions tests/Highstock/RangeSelectorTest.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/*
* This file is part of the HighchartsBundle package.
*
Expand Down
1 change: 1 addition & 0 deletions tests/Twig/TwigTest.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/*
* This file is part of the HighchartsBundle package.
*
Expand Down
28 changes: 14 additions & 14 deletions vendor-bin/php-cs-fixer/composer.lock

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

0 comments on commit 2d523ea

Please sign in to comment.