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 StrokeTrait
{
    /**
     * The color as an HTML color string.
     *
     * Default: '#666'
     *
     * @var string
     */
    protected $stroke;

    /**
     * @return $this
     */
    public function setStroke(string $stroke)
    {
        $this->stroke = $stroke;

        return $this;
    }
}
 ?>

Did this file decode correctly?

Original Code

<?php

namespace CMEN\GoogleChartsBundle\GoogleCharts\Options;

/**
 * @author Christophe Meneses
 */
trait StrokeTrait
{
    /**
     * The color as an HTML color string.
     *
     * Default: '#666'
     *
     * @var string
     */
    protected $stroke;

    /**
     * @return $this
     */
    public function setStroke(string $stroke)
    {
        $this->stroke = $stroke;

        return $this;
    }
}

Function Calls

None

Variables

None

Stats

MD5 7e51755f07bcbcc0dc6305215882b669
Eval Count 0
Decode Time 117 ms