@ in php to supress error in php

PHP
Retrofit retrofit = new Retrofit.Builder()        .baseUrl(https://api.themoviedb.org/3/)        .addConverterFactory(GsonConverterFactory.create())        .addCallAdapterFactory(RxJava2CallAdapterFactory.create())        .build();
Source

Also in PHP: