opt
/
cpanel
/
ea-wappspector
/
vendor
/
rector
/
rector
/
vendor
/
ondram
/
ci-detector
/
src
➕ New
📤 Upload
✎ Editing:
CiDetectorInterface.php
← Back
<?php declare (strict_types=1); namespace RectorPrefix202411\OndraM\CiDetector; use RectorPrefix202411\OndraM\CiDetector\Ci\CiInterface; use RectorPrefix202411\OndraM\CiDetector\Exception\CiNotDetectedException; /** * Unified way to get environment variables from current continuous integration server */ interface CiDetectorInterface { /** * Is current environment an recognized CI server? */ public function isCiDetected() : bool; /** * Detect current CI server and return instance of its settings * * @throws CiNotDetectedException */ public function detect() : CiInterface; }
💾 Save Changes
Cancel
📤 Upload File
×
Select File
Upload
Cancel
➕ Create New
×
Type
📄 File
📁 Folder
Name
Create
Cancel
✎ Rename Item
×
Current Name
New Name
Rename
Cancel
🔐 Change Permissions
×
Target File
Permission (e.g., 0755, 0644)
0755
0644
0777
Apply
Cancel