Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

A Colon cannot be used in an unquoted value Error in security.yml

Tags:

php

yaml

symfony

i work on symfony project and try to make command php bin/console server:run but i get this error: A colon cannot be used in an unquoted mapping value at line 33 (near " anonymous: true").

The problem become from this file:

enter image description here

What is wrong with file indentation ?

like image 822
thuiban Avatar asked Apr 05 '18 15:04

thuiban


1 Answers

The error is in line 25: parameter pattern is bad aligned.

like image 158
sensorario Avatar answered Oct 20 '22 11:10

sensorario