1
0
Fork 0
php-language-server/validation/frameworks/broken/objectCreation.php

10 lines
115 B
PHP
Raw Normal View History

2017-04-13 16:14:58 +00:00
<?php
namespace MyNamespace;
class A {
function a () {
$a = new $this->inline_diff_renderer;
}
}