The constructor of the class \Magento\Framework\View\Result\PageFactory can be shortened by using PHP 5.5 class name resolution via ::class

The code above can be shortened:

$instanceName = Page::class

See: PHP 5.5 class name resolution via ::class

See also: