Tag: error


  • Quick tip: Rector error T_CONSTANT_ENCAPSED_STRING

    OK, here’s a quick one that got me stuck for some time. I made a change to a file and, you won’t expect it: I made a little boo boo. I didn’t notice it, but our Rector did. It gave me the following error: Given this error, I started checking the file on line 82.…

  • I ran into this confusing error today: Unsupported operand types string * int. I’m documenting my findings here for either future me, or for you.