Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

158
Views
Las opciones "align_double_arrow", "align_equals" no existen. Las opciones definidas son: "predeterminado", "operadores"

En mi php-cs-fixer.php tengo esta línea:

 'binary_operator_spaces' => ['align_equals' => false, 'align_double_arrow' => true],

Y me da error diciendo:

 The options "align_double_arrow", "align_equals" do not exist. Defined options are: "default", "operators".

¿Podría ayudar con el uso de operators and default para lograr el mismo objetivo?

over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

De acuerdo con la guía de actualización , debe usar operators para elegir la estrategia necesaria para cada operador.

Entonces, en su caso, la configuración se verá así:

 'binary_operator_spaces' => [ 'operators' => [ '=' => 'no_space', '=>' => 'align', ] ]

Para obtener más información, consulte el documento para la regla binary_operator_spaces .

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!