{"record":{"id":"cac851ac0da54166","repo":"phalcon/cphalcon","slug":"the-property-name-is-required-on-position-positio","errorCode":null,"errorMessage":"The property name is required on position {position}","messagePattern":"The property name is required on position (.+?)","errorType":"exception","errorClass":"Phalcon\\Di\\Exceptions\\PropertyNameRequired","httpStatus":null,"severity":"error","filePath":"phalcon/Di/Service/Builder.zep","lineNumber":172,"sourceCode":"                throw new SetterParametersMustBeArray();\n            }\n\n            /**\n             * The method call has parameters\n             */\n            for propertyPosition, property in paramCalls {\n                /**\n                 * The call parameter must be an array of arrays\n                 */\n                if unlikely typeof property != \"array\" {\n                    throw new PropertyMustBeArray(propertyPosition);\n                }\n\n                /**\n                 * A param 'name' is required\n                 */\n                if unlikely !fetch propertyName, property[\"name\"] {\n                    throw new PropertyNameRequired(propertyPosition);\n                }\n\n                /**\n                 * A param 'value' is required\n                 */\n                if unlikely !fetch propertyValue, property[\"value\"] {\n                    throw new PropertyValueRequired(propertyPosition);\n                }\n\n                /**\n                 * Update the public property\n                 */\n                let instance->{propertyName} = this->buildParameter(\n                    container,\n                    propertyPosition,\n                    propertyValue\n                );\n            }","sourceCodeStart":154,"sourceCodeEnd":190,"githubUrl":"https://github.com/phalcon/cphalcon/blob/b7419de9cd0a8a3f48441ead84c9f8415d463e25/phalcon/Di/Service/Builder.zep#L154-L190","documentation":"Error \"The property name is required on position {position}\" thrown in phalcon/cphalcon.","triggerScenarios":"Thrown at phalcon/Di/Service/Builder.zep:172 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":[],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"b7419de9cd0a8a3f48441ead84c9f8415d463e25","analyzedAt":"2026-08-21T06:21:18.811Z","schemaVersion":2},"datasetVersion":"2026-08-21T11:28:35.574Z"}