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

Release/1.3 #30

Merged
merged 15 commits into from
Sep 4, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
refactor: correct Dataset namespace in dataset test
gwynbox committed Aug 30, 2024
commit d5106ee1b48d24fd48df4939bb055637f908bb90
2 changes: 1 addition & 1 deletion tests/DatasetTest.php
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@
*/
namespace practically\chartjs\tests;

use practically\chartjs\Dataset;
use practically\chartjs\components\Dataset;

/**
* Test for the chart js dataset class

Unchanged files with check annotations Beta

* @var int $aspectRatio
* @var string $dataUnit
*/
declare(strict_types=1);

Check failure on line 17 in src/views/templates/line.php

GitHub Actions / Psalm

UndefinedDocblockClass

src/views/templates/line.php:17:1: UndefinedDocblockClass: Docblock-defined class, interface or enum named app\components\View does not exist (see https://psalm.dev/200)

Check failure on line 17 in src/views/templates/line.php

GitHub Actions / Psalm

UndefinedDocblockClass

src/views/templates/line.php:17:1: UndefinedDocblockClass: Docblock-defined class, interface or enum named app\components\View does not exist (see https://psalm.dev/200)
use practically\chartjs\widgets\Chart;
use yii\web\JsExpression;