Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

<?php namespace CMEN\GoogleChartsBundle\GoogleCharts\Options; /** * @author Christophe ..

Decoded Output download

<?php

namespace CMEN\GoogleChartsBundle\GoogleCharts\Options;

/**
 * @author Christophe Meneses
 */
trait MinTrait
{
    /**
     * The minimum value to show.
     *
     * @var int
     */
    protected $min;

    /**
     * @return $this
     */
    public function setMin(int $min)
    {
        $this->min = $min;

        return $this;
    }
}
 ?>

Did this file decode correctly?

Original Code

<?php

namespace CMEN\GoogleChartsBundle\GoogleCharts\Options;

/**
 * @author Christophe Meneses
 */
trait MinTrait
{
    /**
     * The minimum value to show.
     *
     * @var int
     */
    protected $min;

    /**
     * @return $this
     */
    public function setMin(int $min)
    {
        $this->min = $min;

        return $this;
    }
}

Function Calls

None

Variables

None

Stats

MD5 8a573a2a98376230359667540119e08f
Eval Count 0
Decode Time 1093 ms