From 936cadffa0b91a8c15c8d811e292da6e56f74071 Mon Sep 17 00:00:00 2001 From: blizzz Date: Mon, 24 Apr 2017 16:15:26 +0200 Subject: [PATCH] precise typo annotation Just to trigger a test run with code change as stated in https://github.com/vgrem/phpSPO/pull/63#issuecomment-296679951 --- src/Runtime/ClientRequest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Runtime/ClientRequest.php b/src/Runtime/ClientRequest.php index 23778b68..11517651 100644 --- a/src/Runtime/ClientRequest.php +++ b/src/Runtime/ClientRequest.php @@ -40,7 +40,7 @@ class ClientRequest private $format; /** - * @var array + * @var ClientAction[] */ protected $queries = array();