addAnalysis($analyser->fromFile($file->getPathname())); } // Post processing $analysis->process($processors); // Validation (Generate notices & warnings) $analysis->validate(); return $analysis->swagger; } }