Sublime Forum

Php error_log format

#1

In php files, whenever I type error_log it auto formats it as error_log(string:message, int:message_type=0, ?string:destination=null, ?string:additional_headers=null)

Since I generally only use the first portion ie; string message I end up having to delete the rest each time.

Can anyone tell me the place within the software where I can control what is produced each time I type error_log(

Thanks.

0 Likes

#2

I guess you have a third party package installed which is providing this completion, because by default it just completes it as error_log(message):

1 Like