@@ -308,25 +308,6 @@ public static function begin(
308308			throw  new  \PHPStan \Command \InceptionNotSuccessfulException ();
309309		}
310310
311- 		$ autoloadFiles$ containergetParameter ('autoload_files ' );
312- 		if  ($ manageMemoryLimitFilecount ($ autoloadFiles0 ) {
313- 			$ errorOutputwriteLineFormatted ('⚠️  You \'re using a deprecated config option <fg=cyan>autoload_files</>. ⚠️️ ' );
314- 			$ errorOutputwriteLineFormatted ('' );
315- 			$ errorOutputwriteLineFormatted ('You might not need it anymore - try removing it from your ' );
316- 			$ errorOutputwriteLineFormatted ('configuration file and run PHPStan again. ' );
317- 			$ errorOutputwriteLineFormatted ('' );
318- 			$ errorOutputwriteLineFormatted ('If the analysis fails, there are now two distinct options ' );
319- 			$ errorOutputwriteLineFormatted ('to choose from to replace <fg=cyan>autoload_files</>: ' );
320- 			$ errorOutputwriteLineFormatted ('1) <fg=cyan>scanFiles</> - PHPStan will scan those for classes and functions ' );
321- 			$ errorOutputwriteLineFormatted ('   definitions. PHPStan will not execute those files. ' );
322- 			$ errorOutputwriteLineFormatted ('2) <fg=cyan>bootstrapFiles</> - PHPStan will execute these files to prepare ' );
323- 			$ errorOutputwriteLineFormatted ('   the PHP runtime environment for the analysis. ' );
324- 			$ errorOutputwriteLineFormatted ('' );
325- 			$ errorOutputwriteLineFormatted ('Read more about this in PHPStan \'s documentation: ' );
326- 			$ errorOutputwriteLineFormatted ('https://phpstan.org/user-guide/discovering-symbols ' );
327- 			$ errorOutputwriteLineFormatted ('' );
328- 		}
329- 
330311		$ autoloadDirectories$ containergetParameter ('autoload_directories ' );
331312		if  (count ($ autoloadDirectories0  && $ manageMemoryLimitFile
332313			$ errorOutputwriteLineFormatted ('⚠️  You \'re using a deprecated config option <fg=cyan>autoload_directories</>. ⚠️️ ' );
@@ -341,16 +322,6 @@ public static function begin(
341322			$ errorOutputwriteLineFormatted ('' );
342323		}
343324
344- 		foreach  ($ autoloadFilesas  $ parameterAutoloadFile
345- 			if  (!file_exists ($ parameterAutoloadFile
346- 				$ errorOutputwriteLineFormatted (sprintf ('Autoload file %s does not exist. ' , $ parameterAutoloadFile
347- 				throw  new  \PHPStan \Command \InceptionNotSuccessfulException ();
348- 			}
349- 			(static  function  (string  $ fileuse  ($ containervoid  {
350- 				require_once  $ file
351- 			})($ parameterAutoloadFile
352- 		}
353- 
354325		$ bootstrapFile$ containergetParameter ('bootstrap ' );
355326		if  ($ bootstrapFilenull ) {
356327			if  ($ manageMemoryLimitFile
0 commit comments