axel
axel
Copy a line including space indents from a function into another function: after pasting (with cursor at position 0) the line, phpfmt removes all indent spaces.
Saving a change results in a ``` "message": "Requested file does not exist.", "exception": "Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException", ``` in Facade\CodeEditor\Http\Controllers\SaveFileContentController: ``` $file = $request->get('file'); abort_unless($file, Response::HTTP_UNPROCESSABLE_ENTITY); $filePath = base_path($file); $this->ensureFileExistInProject($filePath); ``` example...