PHP Class bitExpert\Disco\Config\WrongReturnTypeConfiguration

Show file Open project: bitexpert/disco

Public Methods

Method Description
lazyBeanNotReturningAnything ( ) : SampleService
lazyBeanReturningSomethingWrong ( ) : SampleService
nonLazyBeanNotReturningAnything ( ) : SampleService
nonLazyBeanReturningSomethingWrong ( ) : SampleService

Method Details

lazyBeanNotReturningAnything() public method

public lazyBeanNotReturningAnything ( ) : SampleService
return bitExpert\Disco\Helper\SampleService

lazyBeanReturningSomethingWrong() public method

public lazyBeanReturningSomethingWrong ( ) : SampleService
return bitExpert\Disco\Helper\SampleService

nonLazyBeanNotReturningAnything() public method

public nonLazyBeanNotReturningAnything ( ) : SampleService
return bitExpert\Disco\Helper\SampleService

nonLazyBeanReturningSomethingWrong() public method

public nonLazyBeanReturningSomethingWrong ( ) : SampleService
return bitExpert\Disco\Helper\SampleService