Skip to content

Commit 9db8165

Browse files
committed
Update sources
1 parent 26c487c commit 9db8165

File tree

108 files changed

+1845
-2167
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

108 files changed

+1845
-2167
lines changed

composer.lock

Lines changed: 93 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/GroupDocs/Viewer/ApiException.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1212
* copies of the Software, and to permit persons to whom the Software is
1313
* furnished to do so, subject to the following conditions:
14-
*
14+
*
1515
* The above copyright notice and this permission notice shall be included in all
1616
* copies or substantial portions of the Software.
17-
*
17+
*
1818
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1919
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2020
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE

src/GroupDocs/Viewer/Configuration.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1212
* copies of the Software, and to permit persons to whom the Software is
1313
* furnished to do so, subject to the following conditions:
14-
*
14+
*
1515
* The above copyright notice and this permission notice shall be included in all
1616
* copies or substantial portions of the Software.
17-
*
17+
*
1818
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1919
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2020
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE

src/GroupDocs/Viewer/HeaderSelector.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1212
* copies of the Software, and to permit persons to whom the Software is
1313
* furnished to do so, subject to the following conditions:
14-
*
14+
*
1515
* The above copyright notice and this permission notice shall be included in all
1616
* copies or substantial portions of the Software.
17-
*
17+
*
1818
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1919
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2020
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
@@ -39,7 +39,7 @@ class HeaderSelector
3939
* Selects headers for request
4040
* @param string[] $accept type of header
4141
* @param string[] $contentTypes types of content
42-
* @return array
42+
* @return array
4343
*/
4444
public function selectHeaders($accept, $contentTypes)
4545
{

src/GroupDocs/Viewer/Model/Attachment.php

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1212
* copies of the Software, and to permit persons to whom the Software is
1313
* furnished to do so, subject to the following conditions:
14-
*
14+
*
1515
* The above copyright notice and this permission notice shall be included in all
1616
* copies or substantial portions of the Software.
17-
*
17+
*
1818
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1919
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2020
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
@@ -30,15 +30,14 @@
3030
*/
3131

3232
namespace GroupDocs\Viewer\Model;
33-
3433
use \GroupDocs\Viewer\ObjectSerializer;
3534

3635
/*
3736
* Attachment
3837
*
3938
* @description Describes attachment.
4039
*/
41-
class Attachment extends ResourceUrl
40+
class Attachment extends ResourceUrl
4241
{
4342
const DISCRIMINATOR = null;
4443

@@ -295,3 +294,5 @@ public function __toString()
295294
return json_encode(ObjectSerializer::sanitizeForSerialization($this));
296295
}
297296
}
297+
298+

src/GroupDocs/Viewer/Model/AttachmentCollection.php

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1212
* copies of the Software, and to permit persons to whom the Software is
1313
* furnished to do so, subject to the following conditions:
14-
*
14+
*
1515
* The above copyright notice and this permission notice shall be included in all
1616
* copies or substantial portions of the Software.
17-
*
17+
*
1818
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1919
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2020
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
@@ -211,6 +211,7 @@ public function listInvalidProperties()
211211
*/
212212
public function valid()
213213
{
214+
214215
return true;
215216
}
216217

@@ -356,3 +357,5 @@ public function __toString()
356357
return json_encode(ObjectSerializer::sanitizeForSerialization($this));
357358
}
358359
}
360+
361+

0 commit comments

Comments
 (0)