2018-10-17 17:03:32 +02:00
|
|
|
<?php
|
2019-02-08 23:41:03 +01:00
|
|
|
namespace Vimeo\Test\DummyProject;
|
2018-10-17 17:03:32 +02:00
|
|
|
|
|
|
|
class Bat
|
|
|
|
{
|
|
|
|
public function __construct()
|
|
|
|
{
|
|
|
|
$a = new Bar();
|
2019-02-08 23:41:03 +01:00
|
|
|
|
|
|
|
someFunction();
|
2018-10-17 17:03:32 +02:00
|
|
|
}
|
|
|
|
}
|