@@ -287,7 +287,7 @@ Unsupported operand types: stdClass * stdClass
287287Unsupported operand types: stdClass * resource
288288Unsupported operand types: stdClass * string
289289Unsupported operand types: resource * array
290- Unsupported operand types: stdClass * resource
290+ Unsupported operand types: resource * stdClass
291291Unsupported operand types: resource * resource
292292Unsupported operand types: resource * string
293293Unsupported operand types: string * array
@@ -753,7 +753,7 @@ Unsupported operand types: stdClass & stdClass
753753Unsupported operand types: stdClass & resource
754754Unsupported operand types: stdClass & string
755755Unsupported operand types: resource & array
756- Unsupported operand types: stdClass & resource
756+ Unsupported operand types: resource & stdClass
757757Unsupported operand types: resource & resource
758758Unsupported operand types: resource & string
759759Unsupported operand types: string & array
@@ -828,7 +828,7 @@ Unsupported operand types: stdClass | stdClass
828828Unsupported operand types: stdClass | resource
829829Unsupported operand types: stdClass | string
830830Unsupported operand types: resource | array
831- Unsupported operand types: stdClass | resource
831+ Unsupported operand types: resource | stdClass
832832Unsupported operand types: resource | resource
833833Unsupported operand types: resource | string
834834Unsupported operand types: string | array
@@ -903,7 +903,7 @@ Unsupported operand types: stdClass ^ stdClass
903903Unsupported operand types: stdClass ^ resource
904904Unsupported operand types: stdClass ^ string
905905Unsupported operand types: resource ^ array
906- Unsupported operand types: stdClass ^ resource
906+ Unsupported operand types: resource ^ stdClass
907907Unsupported operand types: resource ^ resource
908908Unsupported operand types: resource ^ string
909909Unsupported operand types: string ^ array
0 commit comments