File: Classy.php

package info (click to toggle)
php-phpdocumentor-type-resolver 1.10.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,312 kB
  • sloc: php: 25,713; xml: 102; makefile: 50
file content (16 lines) | stat: -rw-r--r-- 198 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php

namespace My\Example;

use Mockery as m;
use phpDocumentor\Reflection\Types;

class Classy
{
    /**
     * @var Types\Context
     */
    public function __construct($context)
    {
    }
}