This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// original source: http://kuwamoto.org/2007/12/17/improved-pluralizing-in-php-actionscript-and-ror/ | |
/* | |
The MIT License (MIT) | |
Copyright (c) 2015 | |
Permission is hereby granted, free of charge, to any person obtaining a copy |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace Tests\Unit; | |
use Tests\TestCase; | |
/** | |
* @author Ariel Vallese <[email protected]> | |
* | |
* @version 1.0-2018-12-14 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// File: app/SelfDiagnosis/Checks/CanReportToRollbar.php | |
namespace App\SelfDiagnosis\Checks; | |
use BeyondCode\SelfDiagnosis\Checks\Check; | |
use Dotenv\Dotenv; | |
use Illuminate\Foundation\Bootstrap\LoadConfiguration; | |
use Rollbar\RollbarLogger; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
* A possible solution to | |
* https://github.com/ConsoleTVs/Charts/issues/196 | |
* while keeping blade files clean | |
* | |
*/ | |
namespace App\Utils\Charts; |