-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
670 additions
and
7 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -90,7 +90,7 @@ protected function serve() | |
} | ||
|
||
/** | ||
* @param $line | ||
* @param string $line | ||
* | ||
* @return null|string | ||
*/ | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
{ | ||
"name": "getgrav/grav-plugin-error", | ||
"type": "grav-plugin", | ||
"description": "Error plugin for Grav CMS", | ||
"keywords": ["error", "plugin"], | ||
"homepage": "https://github.com/getgrav/grav-plugin-error", | ||
"license": "MIT", | ||
"authors": [ | ||
{ | ||
"name": "Team Grav", | ||
"email": "[email protected]", | ||
"homepage": "https://getgrav.org", | ||
"role": "Developer" | ||
} | ||
], | ||
"support": { | ||
"issues": "https://github.com/getgrav/grav-plugin-error/issues", | ||
"irc": "https://chat.getgrav.org", | ||
"forum": "https://getgrav.org/forum", | ||
"docs": "https://github.com/getgrav/grav-plugin-error/blob/master/README.md" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"Grav\\Plugin\\Console\\": "cli/" | ||
}, | ||
"classmap": [ | ||
"error.php" | ||
] | ||
}, | ||
"config": { | ||
"platform": { | ||
"php": "7.1.3" | ||
} | ||
}, | ||
"scripts": { | ||
"test": "vendor/bin/codecept run unit", | ||
"test-windows": "vendor\\bin\\codecept run unit" | ||
} | ||
} |
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<?php | ||
|
||
// autoload.php @generated by Composer | ||
|
||
require_once __DIR__ . '/composer/autoload_real.php'; | ||
|
||
return ComposerAutoloaderInit4e2f762c713c4d4aae8969c74f5623a3::getLoader(); |
Oops, something went wrong.