<?php
// phpcs:ignoreFile
namespace Illuminate\View {
/**
* @method string getCompiled() Get the compiled path of the view
* @method string makeLoader() Creates a loader for the view to be called later
*
* @codeCoverageIgnore
*/
class View {}
}