Skip to content

Commit 27d45da

Browse files
committed
included forgotten comments and code format updates
1 parent fdd8fc1 commit 27d45da

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Action/AjaxTrickListAction.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public function __construct(TrickManager $trickService, LoggerInterface $logger)
4040
}
4141

4242
/**
43-
* load tricks from ajax request.
43+
* Load tricks from ajax request.
4444
*
4545
* @Route("/{_locale}/home-load-tricks/{offset}/{limit}", name="home_load_tricks_offset_limit", requirements={"offset":"\d+","limit":"\d+"})
4646
* @Route("/{_locale}/home-load-tricks/{offset}", name="home_load_tricks_offset_only", defaults={"offset"=null}, requirements={"offset"="\d+"})

src/Utils/Medias/VideoURLProxyChecker.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@ private function isContent(string $url) : bool
7474
}
7575

7676
/**
77-
* Return a status code to be converted later in JSON string
77+
* Return a status code to be converted later in JSON string.
7878
*
79-
* value 1 means URL can be loaded and value 0 means error context must be used!
79+
* Value 1 means URL can be loaded and value 0 means error context must be used!
8080
*
8181
* @param string $url
8282
*

0 commit comments

Comments
 (0)