<?php namespace Maatwebsite\Excel\Tests\Data\Stubs; interface CustomConcern { public function custom(); }