Skip to content

Add CodeQL analysis workflow and update DebugToolbar.php#17

Merged
mokesano merged 4 commits into
developfrom
master
Jun 3, 2026
Merged

Add CodeQL analysis workflow and update DebugToolbar.php#17
mokesano merged 4 commits into
developfrom
master

Conversation

@mokesano
Copy link
Copy Markdown
Owner

@mokesano mokesano commented Jun 3, 2026

No description provided.

mokesano added 4 commits June 3, 2026 16:53
Merge pull request #15 from mokesano/master
This workflow file sets up CodeQL analysis for the repository, defining triggers for pushes and pull requests on the master branch, as well as a scheduled run. It includes a matrix for analyzing multiple languages and specifies permissions and steps for initialization and analysis.
@mokesano mokesano self-assigned this Jun 3, 2026
@mokesano mokesano added the documentation Improvements or additions to documentation label Jun 3, 2026
@github-project-automation github-project-automation Bot moved this to Todo in wizdam Jun 3, 2026
Comment thread src/DebugToolbar.php
protected array $config;

/** @var list<\DebugToolbar\Collectors\BaseCollector> */
/** @var list \DebugToolbar\Collectors\BaseCollector */
Comment thread src/DebugToolbar.php
protected array $config;

/** @var list<\DebugToolbar\Collectors\BaseCollector> */
/** @var list \DebugToolbar\Collectors\BaseCollector */
Comment thread src/DebugToolbar.php
protected array $config;

/** @var list<\DebugToolbar\Collectors\BaseCollector> */
/** @var list \DebugToolbar\Collectors\BaseCollector */
Comment thread src/DebugToolbar.php
foreach ($this->config['collectors'] as $collectorClass) {
if (! class_exists($collectorClass)) {
error_log('DebugToolbar: Collector tidak ditemukan (' . $collectorClass . ').');
error_log('DebugToolbar: Collector not found (' . $collectorClass . ').');
@chatgpt-codex-connector
Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

@mokesano mokesano merged commit 9806edb into develop Jun 3, 2026
14 checks passed
@github-project-automation github-project-automation Bot moved this from Todo to Done in wizdam Jun 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

Status: Done
Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants