File "MacroWeakType.php"

Full Path: /home/warrior1/public_html/languages/wp-content/plugins/mailpoet/vendor-prefixed/nesbot/carbon/lazy/Carbon/PHPStan/MacroWeakType.php
File size: 469 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
declare (strict_types=1);
namespace MailPoetVendor\Carbon\PHPStan;
if (!defined('ABSPATH')) exit;
if (!\class_exists(LazyMacro::class, \false)) {
 abstract class LazyMacro extends AbstractMacro
 {
 public function getFileName()
 {
 return $this->reflectionFunction->getFileName();
 }
 public function getStartLine()
 {
 return $this->reflectionFunction->getStartLine();
 }
 public function getEndLine()
 {
 return $this->reflectionFunction->getEndLine();
 }
 }
}