Repository Analysis

phalcon/cphalcon

High performance, full-stack PHP framework delivered as a C extension.

8.9 Low AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of phalcon/cphalcon, a PHP project with 10,827 GitHub stars. SynthScan v2.0 examined 779,428 lines of code across 6783 source files, recording 6881 pattern matches distributed across 5 syntactic categories. The overall adjusted score of 8.9 places this repository in the Low AI signal band.

The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).

8.9
Adjusted Score
8.9
Raw Score
100%
Time Factor
2026-08-29
Last Push
10.8K
Stars
PHP
Language
779.4K
Lines of Code
6.8K
Files
6.9K
Pattern Hits
2026-08-29
Scan Date
0.00
HC Hit Rate

What These Metrics Mean

Adjusted Score
Primary synthetic code indicator. Raw score normalised per 1,000 lines of code and multiplied by the temporal discount factor. This is the definitive comparative metric — use it to rank repositories by AI authorship density.
Raw Score
The unmodified sum of all severity-weighted, context-multiplied pattern match scores before temporal discounting. Reflects the absolute signal strength independent of when the repository was last active.
Time Factor
The temporal discount multiplier (0–100%) applied to the raw score. Repositories last updated before ChatGPT's launch (Nov 2022) receive a 5% factor. Full signal is only assigned to repositories active in the post-adoption era (Jan 2024+).
Pattern Hits
Total count of individual pattern matches across all files and categories. A high hit count with a low score may indicate a very large codebase with isolated AI snippets; a low count with a high score indicates dense, concentrated AI signatures.
HC Hit Rate
High+Critical pattern hits per file, averaged across the repository. This orthogonal signal catches repositories where a few files are densely packed with high-severity AI tells — a strong indicator even when the normalised score appears moderate due to codebase size.
Lines of Code / Files
Total lines and files analysed. The scanner examines 94 file extensions. These denominators are used to normalise the score, enabling fair comparison between repositories of vastly different sizes.

Score History

This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.

Severity Breakdown

Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.

CRITICAL 0HIGH 0MEDIUM 4LOW 6877

Directory Score Breakdown

This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.

Pattern Findings

The scanner identified 6881 distinct pattern matches across 5 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.

Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.

Hyper-Verbose Identifiers5431 hits · 5514 pts
SeverityFileLineSnippetContext
LOWtests/database/Forms/SelectTest.php55 public function testSelectRenderWithResultset(): voidCODE
LOWtests/database/Forms/SelectTest.php80 public function testSelectRenderWithResultsetThrowsWithoutUsing(): voidCODE
LOWtests/database/Forms/FormElementsTest.php45 public function testShouldCancelValidationOnFirstFail(): voidCODE
LOWtests/database/Forms/FormsTest.php148 public function testFormRenderEntityGetters(): voidCODE
LOWtests/database/Forms/FormsTest.php235 public function testFormValidatorEntityBind(): voidCODE
LOWtests/database/Forms/FormsTest.php290 public function testFormValidatorEntityBindSetters(): voidCODE
LOWtests/database/Forms/Form/ClearTest.php207 public function testClearFormElementsAndUsingValidation(): voidCODE
LOWtests/database/Forms/Form/ClearTest.php308 public function testClearFormElementsByUsingFormBind(): voidCODE
LOWtests/database/Forms/Form/ClearTest.php534 public function testFormsFormClearFieldsArray(): voidCODE
LOWtests/database/Forms/Form/ClearTest.php586 public function testFormsFormClearFieldString(): voidCODE
LOWtests/database/Mvc/ModelTest.php210// public function testInvalidVirtualForeignKeys()COMMENT
LOWtests/database/Mvc/ModelTest.php239// public function testSerializeSnapshotCache()COMMENT
LOWtests/database/Mvc/ModelTest.php462// public function testMassAssignmentRenamed()COMMENT
LOWtests/database/Mvc/ModelTest.php585// public function testBehaviorsTimestampable()COMMENT
LOWtests/database/Mvc/ModelTest.php620// public function testFieldDefaultEmptyStringIsNull()COMMENT
LOWtests/database/Mvc/ModelTest.php718// public function testAssignSettersDisabled()COMMENT
LOWtests/database/Mvc/ModelTest.php755// public function testAllowEmptyStringFields()COMMENT
LOWtests/database/Mvc/ModelTest.php791// public function testUseTransactionWithinFind()COMMENT
LOWtests/database/Mvc/ModelTest.php824// public function testUseTransactionWithinFindFirst()COMMENT
LOWtests/database/Mvc/ModelTest.php857// public function testUseTransactionOutsideFind()COMMENT
LOWtests/database/Mvc/ModelTest.php896// public function testUseTransactionOutsideFindFirst()COMMENT
LOWtests/database/Mvc/ModelTest.php50 public function testExecuteCamelCaseRelation(): voidCODE
LOWtests/database/Mvc/ViewTest.php94 public function testRenderingWithPartials(): voidCODE
LOWtests/database/Mvc/Model/GetMessagesTest.php73 public function testMvcModelGetMessagesFiltered(): voidCODE
LOWtests/database/Mvc/Model/SpatialHydrationTest.php53 public function testPointHydratesWhenCastOnHydrate(): voidCODE
LOWtests/database/Mvc/Model/SetOldSnapshotDataTest.php40 public function testMvcModelSetOldSnapshotData(): voidCODE
LOWtests/database/Mvc/Model/AverageTest.php157 public function testMvcModelAverageEmptyResultReturnsZero(): voidCODE
LOWtests/database/Mvc/Model/SetDirtyStateTest.php41 public function testMvcModelSetDirtyState(): voidCODE
LOWtests/database/Mvc/Model/SaveNullDefaultTest.php54 public function testMvcModelSaveKeepsNullForDefaultNullColumn(): voidCODE
LOWtests/database/Mvc/Model/InsertDefaultValuesTest.php73 public function testMvcModelInsertOmitsDefaultColumnWithoutDefaultSupport(): voidCODE
LOWtests/database/Mvc/Model/InsertDefaultValuesTest.php100 public function testMvcModelInsertUsesDefaultForGeneratedColumn(): voidCODE
LOWtests/database/Mvc/Model/InsertDefaultValuesTest.php144 public function testMvcModelInsertUsesDefaultForNullableColumn(): voidCODE
LOWtests/database/Mvc/Model/UnderscoreSetTest.php48 public function testMvcModelUnderscoreSet(): voidCODE
LOWtests/database/Mvc/Model/UnderscoreSetTest.php97 public function testMvcModelUnderscoreSetIsUsingSetters(): voidCODE
LOWtests/database/Mvc/Model/UnderscoreSetTest.php146 public function testMvcModelUnderscoreSetUndefinedPropertyWithAssociativeArray(): voidCODE
LOWtests/database/Mvc/Model/UnderscoreSetTest.php174 public function testMvcModelUnderscoreSetWithArrayOfBelongsToRelatedRecord(): voidCODE
LOWtests/database/Mvc/Model/UnderscoreSetTest.php212 public function testMvcModelUnderscoreSetWithArrayOfHasOneRelatedRecord(): voidCODE
LOWtests/database/Mvc/Model/UnderscoreSetTest.php250 public function testMvcModelUnderscoreSetWithBelongsToRelatedRecord(): voidCODE
LOWtests/database/Mvc/Model/UnderscoreSetTest.php275 public function testMvcModelUnderscoreSetWithHasManyRelatedRecords(): voidCODE
LOWtests/database/Mvc/Model/UnderscoreSetTest.php381 public function testMvcModelUnderscoreSetWithHasManyToManyRelatedRecords(): voidCODE
LOWtests/database/Mvc/Model/UnderscoreSetTest.php423 public function testMvcModelUnderscoreSetWithHasOneRelatedRecord(): voidCODE
LOWtests/database/Mvc/Model/UnderscoreSetTest.php448 public function testMvcModelUnderscoreSetWithHasOneThroughRelatedRecord(): voidCODE
LOWtests/database/Mvc/Model/SetSnapshotDataTest.php40 public function testMvcModelSetSnapshotData(): voidCODE
LOWtests/database/Mvc/Model/GetRelatedTest.php126 public function testMvcModelGetRelatedChangeForeignKey(): voidCODE
LOWtests/database/Mvc/Model/GetRelatedTest.php219 public function testMvcModelGetRelatedPrioritisesDirtyRelated(): voidCODE
LOWtests/database/Mvc/Model/GetRelatedTest.php258 public function testMvcModelGetRelatedReturnsCachedResult(): voidCODE
LOW…atabase/Mvc/Model/GetSetWriteConnectionServiceTest.php38 public function testMvcModelGetSetWriteConnectionService(): voidCODE
LOWtests/database/Mvc/Model/SerializeTest.php94 public function testMvcModelSerializeUnserializeWithTypedNullProperty(): voidCODE
LOWtests/database/Mvc/Model/SerializeTest.php148 public function testMvcModelSerializeWithDirtyState(): voidCODE
LOWtests/database/Mvc/Model/SerializeTest.php186 public function testMvcModelToArrayWithUninitializedTypedPropertyAndGetter(): voidCODE
LOWtests/database/Mvc/Model/SerializeTest.php230 public function testMvcModelUnserializeCallsOnConstruct(): voidCODE
LOWtests/database/Mvc/Model/SerializeTest.php266 public function testMvcModelUnserializeRestoresNullSnapshot(): voidCODE
LOWtests/database/Mvc/Model/GetDirtyStateTest.php39 public function testMvcModelGetDirtyState(): voidCODE
LOWtests/database/Mvc/Model/GetWriteConnectionTest.php38 public function testMvcModelGetWriteConnection(): voidCODE
LOWtests/database/Mvc/Model/GetOldSnapshotDataTest.php38 public function testMvcModelGetOldSnapshotData(): voidCODE
LOWtests/database/Mvc/Model/FindFirstTest.php123 public function testMvcModelFindFirstByNotFound(): voidCODE
LOWtests/database/Mvc/Model/FindFirstTest.php137 public function testMvcModelFindFirstColumn(): voidCODE
LOWtests/database/Mvc/Model/FindFirstTest.php170 public function testMvcModelFindFirstColumnMap(): voidCODE
LOWtests/database/Mvc/Model/FindFirstTest.php214 public function testMvcModelFindFirstException(): voidCODE
LOWtests/database/Mvc/Model/FindFirstTest.php232 public function testMvcModelFindFirstExtended(): voidCODE
5371 more matches not shown…
Over-Commented Block1410 hits · 1362 pts
SeverityFileLineSnippetContext
LOWresources/release-notes.sh1#!/usr/bin/env bashCOMMENT
LOWext/phalcon.h1COMMENT
LOWext/phalcon.h21#include "phalcon/contracts/support/collection.zep.h"COMMENT
LOWext/phalcon.h41#include "phalcon/container/resolver/lazy/lazy.zep.h"COMMENT
LOWext/phalcon.h61#include "phalcon/queue/exceptions/exception.zep.h"COMMENT
LOWext/phalcon.h81#include "phalcon/encryption/security/jwt/exceptions/validatorexception.zep.h"COMMENT
LOWext/phalcon.h101#include "phalcon/annotations/adapter/adapterinterface.zep.h"COMMENT
LOWext/phalcon.h121#include "phalcon/html/link/interfaces/linkproviderinterface.zep.h"COMMENT
LOWext/phalcon.h141#include "phalcon/cli/router/exception.zep.h"COMMENT
LOWext/phalcon.h161#include "phalcon/flash/exception.zep.h"COMMENT
LOWext/phalcon.h181#include "phalcon/application/abstractapplication.zep.h"COMMENT
LOWext/phalcon.h201#include "phalcon/contracts/db/result.zep.h"COMMENT
LOWext/phalcon.h221#include "phalcon/encryption/security/uuid/timebaseduuidinterface.zep.h"COMMENT
LOWext/phalcon.h241#include "phalcon/support/helper/exception.zep.h"COMMENT
LOWext/phalcon.h261#include "phalcon/contracts/adr/router/routermatch.zep.h"COMMENT
LOWext/phalcon.h281#include "phalcon/contracts/queue/topic.zep.h"COMMENT
LOWext/phalcon.h301#include "phalcon/filter/filterinterface.zep.h"COMMENT
LOWext/phalcon.h321#include "phalcon/http/responseinterface.zep.h"COMMENT
LOWext/phalcon.h341#include "phalcon/mvc/router/routeinterface.zep.h"COMMENT
LOWext/phalcon.h361#include "phalcon/adr/emitter/sapiemitter.zep.h"COMMENT
LOWext/phalcon.h381#include "phalcon/adr/responder/formatresponder.zep.h"COMMENT
LOWext/phalcon.h401#include "phalcon/acl/exceptions/forbiddendelimiter.zep.h"COMMENT
LOWext/phalcon.h421#include "phalcon/annotations/exceptions/annotationsdirectorynotwritable.zep.h"COMMENT
LOWext/phalcon.h441#include "phalcon/assets/inline/css.zep.h"COMMENT
LOWext/phalcon.h461#include "phalcon/auth/exceptions/accessnotregistered.zep.h"COMMENT
LOWext/phalcon.h481#include "phalcon/auth/guard/guardlocator.zep.h"COMMENT
LOWext/phalcon.h501#include "phalcon/cache/adapterfactory.zep.h"COMMENT
LOWext/phalcon.h521#include "phalcon/config/adapter/yaml.zep.h"COMMENT
LOWext/phalcon.h541#include "phalcon/container/exceptions/circularaliasfound.zep.h"COMMENT
LOWext/phalcon.h561#include "phalcon/container/resolver/lazy/get.zep.h"COMMENT
LOWext/phalcon.h581#include "phalcon/contracts/dispatcher/dispatchertypes.zep.h"COMMENT
LOWext/phalcon.h601#include "phalcon/datamapper/pdo/exception/cannotdisconnect.zep.h"COMMENT
LOWext/phalcon.h621#include "phalcon/db/dialect/mysql.zep.h"COMMENT
LOWext/phalcon.h641#include "phalcon/db/exceptions/invalidgroupbyexpression.zep.h"COMMENT
LOWext/phalcon.h661#include "phalcon/db/exceptions/referencedcolumnsrequired.zep.h"COMMENT
LOWext/phalcon.h681#include "phalcon/db/geometry/multipolygon.zep.h"COMMENT
LOWext/phalcon.h701#include "phalcon/di/exceptions/methodcallmustbearray.zep.h"COMMENT
LOWext/phalcon.h721#include "phalcon/domain/payload/status.zep.h"COMMENT
LOWext/phalcon.h741#include "phalcon/encryption/crypt/padding/pkcs7.zep.h"COMMENT
LOWext/phalcon.h761#include "phalcon/encryption/security/jwt/token/enum.zep.h"COMMENT
LOWext/phalcon.h781#include "phalcon/events/exceptions/invalideventtype.zep.h"COMMENT
LOWext/phalcon.h801#include "phalcon/filter/sanitize/remove.zep.h"COMMENT
LOWext/phalcon.h821#include "phalcon/filter/validation/exceptions/invalidstrictoption.zep.h"COMMENT
LOWext/phalcon.h841#include "phalcon/filter/validation/validator/digit.zep.h"COMMENT
LOWext/phalcon.h861#include "phalcon/filter/validation/validator/stringlength/max.zep.h"COMMENT
LOWext/phalcon.h881#include "phalcon/forms/element/select.zep.h"COMMENT
LOWext/phalcon.h901#include "phalcon/forms/loader/arrayloader.zep.h"COMMENT
LOWext/phalcon.h921#include "phalcon/html/helper/anchor.zep.h"COMMENT
LOWext/phalcon.h941#include "phalcon/html/helper/label.zep.h"COMMENT
LOWext/phalcon.h961#include "phalcon/http/request/exceptions/filterserviceunavailable.zep.h"COMMENT
LOWext/phalcon.h981#include "phalcon/image/exceptions/extensionnotloaded.zep.h"COMMENT
LOWext/phalcon.h1001#include "phalcon/logger/enum.zep.h"COMMENT
LOWext/phalcon.h1021#include "phalcon/mvc/application/exceptions/moduledefinitionpathnotfound.zep.h"COMMENT
LOWext/phalcon.h1041#include "phalcon/mvc/model/behavior/exceptions/missingrequiredoption.zep.h"COMMENT
LOWext/phalcon.h1061#include "phalcon/mvc/model/exceptions/identitynotintablecolumns.zep.h"COMMENT
LOWext/phalcon.h1081#include "phalcon/mvc/model/exceptions/missingmodelclassname.zep.h"COMMENT
LOWext/phalcon.h1101#include "phalcon/mvc/model/exceptions/unsupportedeagerresultset.zep.h"COMMENT
LOWext/phalcon.h1121#include "phalcon/mvc/model/metadata/strategy/annotations.zep.h"COMMENT
LOWext/phalcon.h1141#include "phalcon/mvc/model/query/exceptions/corruptedselectast.zep.h"COMMENT
LOWext/phalcon.h1161#include "phalcon/mvc/model/query/exceptions/mixeddatabasesystems.zep.h"COMMENT
1350 more matches not shown…
Fake / Example Data35 hits · 39 pts
SeverityFileLineSnippetContext
LOWext/phalcon/mvc/model/query.zep.c4292 add_assoc_stringl_ex(&_33$$40, SL("type"), SL("placeholder"));CODE
LOWext/phalcon/mvc/model/query.zep.c4306 add_assoc_stringl_ex(&_38$$41, SL("type"), SL("placeholder"));CODE
LOWext/phalcon/mvc/model/query.zep.c4339 add_assoc_stringl_ex(&_42$$44, SL("type"), SL("placeholder"));CODE
LOWext/phalcon/mvc/model/query.zep.c4351 add_assoc_stringl_ex(&_45$$45, SL("type"), SL("placeholder"));CODE
LOWext/phalcon/mvc/model/query.zep.c4363 add_assoc_stringl_ex(&_48$$46, SL("type"), SL("placeholder"));CODE
LOWext/phalcon/mvc/model/query.zep.c4375 add_assoc_stringl_ex(&_51$$47, SL("type"), SL("placeholder"));CODE
LOWext/phalcon/mvc/model/query.zep.c4387 add_assoc_stringl_ex(&_54$$48, SL("type"), SL("placeholder"));CODE
LOWext/phalcon/mvc/model/query.zep.c4399 add_assoc_stringl_ex(&_57$$49, SL("type"), SL("placeholder"));CODE
LOWext/phalcon/mvc/model/query.zep.c4439 add_assoc_stringl_ex(&_63$$50, SL("type"), SL("placeholder"));CODE
LOWext/phalcon/mvc/model/query.zep.c4460 add_assoc_stringl_ex(&_66$$55, SL("type"), SL("placeholder"));CODE
LOWext/phalcon/db/dialect.zep.c628 if (ZEPHIR_IS_STRING(&type, "placeholder")) { goto zephir_switch_0_clause_4; }CODE
LOWext/phalcon/db/adapter/abstractadapter.zep.c2157 zephir_array_fetch_string(&_5$$4, &placeholder, SL("placeholder"), PH_NOISY | PH_READONLY, "phalcon/Db/Adapter/AbstraCODE
LOWext/phalcon/db/adapter/abstractadapter.zep.c2192 zephir_array_fetch_string(&_12$$7, &placeholder, SL("placeholder"), PH_NOISY | PH_READONLY, "phalcon/Db/Adapter/AbstCODE
LOWext/phalcon/db/adapter/abstractadapter.zep.c3500 zephir_array_fetch_string(&_7$$3, &placeholder, SL("placeholder"), PH_NOISY | PH_READONLY, "phalcon/Db/Adapter/AbstraCODE
LOWext/phalcon/db/adapter/abstractadapter.zep.c3549 zephir_array_fetch_string(&_16$$7, &placeholder, SL("placeholder"), PH_NOISY | PH_READONLY, "phalcon/Db/Adapter/AbstCODE
LOWext/phalcon/db/adapter/abstractadapter.zep.c3830 * - "placeholder": string - the SQL fragment ("null", "?", or raw SQL)COMMENT
LOWext/phalcon/db/adapter/abstractadapter.zep.c3877 zephir_array_update_string(return_value, SL("placeholder"), &_1$$3, PH_COPY | PH_SEPARATE);CODE
LOWext/phalcon/db/adapter/abstractadapter.zep.c3890 add_assoc_stringl_ex(return_value, SL("placeholder"), SL("null"));CODE
LOWext/phalcon/db/adapter/abstractadapter.zep.c3913 add_assoc_stringl_ex(return_value, SL("placeholder"), SL("?"));CODE
LOWtests/database/Forms/Form/ClearTest.php212 'placeholder' => 'Insert your Password',CODE
LOWtests/database/Db/Dialect/GetSqlExpressionTest.php41 [['type' => 'placeholder', 'value' => ':named'], ':named'],CODE
LOWtests/database/Db/Dialect/GetSqlExpressionTest.php44 ['type' => 'placeholder', 'value' => '?', 'rawValue' => '?', 'times' => 3],CODE
LOWtests/unit/Forms/Form/ClearTest.php184 'placeholder' => 'Insert your Password',CODE
LOW…it/Mvc/View/Engine/Volt/Compiler/CompileStringTest.php225 "{{ email_field('email', 'class': 'form-control', 'placeholder': 'Email Address') }}",CODE
LOW…it/Mvc/View/Engine/Volt/Compiler/CompileStringTest.php227 "'placeholder' => 'Email Address']) ?>",CODE
LOWtests/unit/Support/Debug/ReportBuilderTest.php37 $exception = new Exception('placeholder');CODE
LOWtests/unit/Filter/Validation/GetValueByEntityTest.php24 public const NAME = 'John Doe';CODE
LOWtests/unit/Filter/Validation/GetEntityTest.php56 'name' => 'John Doe',CODE
LOWtests/unit/Filter/Validation/GetEntityTest.php66 $expected = 'John Doe';CODE
LOWtests/unit/Filter/Validation/GetEntityTest.php70 $expected = 'John Doe';CODE
LOWtests/unit/Filter/Validation/GetEntityTest.php105 'name' => 'John Doe',CODE
LOWtests/unit/Filter/Validation/GetEntityTest.php113 $expected = 'John Doe';CODE
LOWtests/unit/Filter/Validation/GetEntityTest.php117 $expected = 'John Doe';CODE
LOWtests/unit/Filter/Validation/FailsTest.php33 $validation->validate(['email' => 'user@example.com']);CODE
LOWtests/unit/Filter/Validation/GetValueByDataTest.php22 public const NAME = 'John Doe';CODE
Self-Referential Comments4 hits · 12 pts
SeverityFileLineSnippetContext
MEDIUMbin/genparsers.sh3# This file is part of the Phalcon Framework.COMMENT
MEDIUMresources/release-notes.sh3# This file is part of the Phalcon Framework.COMMENT
MEDIUMresources/linux-setup-locales.sh3# This file is part of the Phalcon Framework.COMMENT
MEDIUM.github/workflows/main.yml1# This file is part of Phalcon.COMMENT
Example Usage Blocks1 hit · 2 pts
SeverityFileLineSnippetContext
LOWresources/release-notes.sh17# How to use:COMMENT