Completed
Push — develop ( 93b885...6555aa )
by Timothy
02:26
created
src/Aviat/AnimeClient/Model/Manga.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
 	 */
51 51
 	protected $base_url = "https://hummingbird.me/";
52 52
 
53
-	protected function _manga_api_call($type, $url, $json=null)
53
+	protected function _manga_api_call($type, $url, $json = null)
54 54
 	{
55 55
 		$token = $this->container->get('auth')
56 56
 			->get_auth_token();
Please login to merge, or discard this patch.
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
 	 */
51 51
 	protected $base_url = "https://hummingbird.me/";
52 52
 
53
-	protected function _manga_api_call($type, $url, $json=null)
53
+	protected function _manga_api_call($type, $url, $json=NULL)
54 54
 	{
55 55
 		$token = $this->container->get('auth')
56 56
 			->get_auth_token();
Please login to merge, or discard this patch.
src/Aviat/AnimeClient/RoutingBase.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
67 67
 	 */
68 68
 	public function __get($key)
69 69
 	{
70
-		$routing_config =& $this->route_config;
70
+		$routing_config = & $this->route_config;
71 71
 
72 72
 		if (array_key_exists($key, $routing_config))
73 73
 		{
Please login to merge, or discard this patch.