Page MenuHomeDevCentral

Honour Application abstract contract in ReportServiceProvider
ClosedPublic

Authored by dereckson on Dec 28 2016, 03:45.
Tags
None
Referenced Files
F8086574: D771.diff
Wed, May 7, 20:19
Unknown Object (File)
Sun, May 4, 17:24
Unknown Object (File)
Thu, May 1, 05:10
Unknown Object (File)
Wed, Apr 30, 16:51
Unknown Object (File)
Wed, Apr 30, 13:41
Unknown Object (File)
Mon, Apr 28, 18:59
Unknown Object (File)
Wed, Apr 23, 04:16
Unknown Object (File)
Tue, Apr 22, 08:23
Subscribers

Details

Summary

Laravel Container and so Application classes offer to access services:

  • using the make method in the abstract contract
  • through ArrayAccess in the concrete implementation

We used array access, but documented ReportServiceProvider::register
is happy to accept any \Illuminate\Contracts\Foundation\Application.

To honour this claim, we so switch to use the make method.

This is a follow-up to 6ed92b9a75b8.

This fixes the following phan issue:

app/Providers/ReportServiceProvider.php:21
PhanTypeArraySuspicious
Suspicious array access to \Illuminate\Contracts\Foundation\Application
Test Plan

Run tests

Diff Detail

Repository
rNOTIF Notifications center
Lint
Lint Passed
Unit
Tests Passed
Branch
suspicious-array-access (branched from master)

Event Timeline

dereckson edited edge metadata.
This revision is now accepted and ready to land.Dec 28 2016, 11:26
This revision was automatically updated to reflect the committed changes.