From a4d15c3f1bc208281edcd0dd3dd4678dcbdd4b09 Mon Sep 17 00:00:00 2001 From: Sagnik Sahoo Date: Sun, 30 Oct 2022 12:56:21 +0530 Subject: [PATCH] styled the code block --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fc77009f9..553d2938c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -45,7 +45,7 @@ Bagisto follows PSR-2 for coding standards and PSR-4 as of Laravel for autoloadi **PHPDoc:** Below is an example of a valid Bagisto doc block. Note that the @param attribute is followed by two spaces, the argument type, two more spaces, and finally, the variable name: - + ``` php /** * Register a service with CoreServiceProvider. * @@ -59,3 +59,4 @@ Below is an example of a valid Bagisto doc block. Note that the @param attribute { // } + ```