Completed
Pull Request — master (#12)
by Christopher
04:23
created
src/POData/Common/Messages/skipTokenInfo.php 1 patch
Indentation   +11 added lines, -11 removed lines patch added patch discarded remove patch
@@ -4,17 +4,17 @@
 block discarded – undo
4 4
 trait skipTokenInfo
5 5
 {
6 6
 /**
7
-     * Format a message to show error when one of the argument orderByPaths or
8
-     * orderByValues is set and not both.
9
-     *
10
-     * @param string $orderByPathsVarName  Name of the argument
11
-     *                                     holding orderByPathSegment
12
-     * @param string $orderByValuesVarName Name of the argument holding
13
-     *                                     skip token values corresponding
14
-     *                                     to orderby paths
15
-     *
16
-     * @return string The formatted message
17
-     */
7
+ * Format a message to show error when one of the argument orderByPaths or
8
+ * orderByValues is set and not both.
9
+ *
10
+ * @param string $orderByPathsVarName  Name of the argument
11
+ *                                     holding orderByPathSegment
12
+ * @param string $orderByValuesVarName Name of the argument holding
13
+ *                                     skip token values corresponding
14
+ *                                     to orderby paths
15
+ *
16
+ * @return string The formatted message
17
+ */
18 18
     public static function skipTokenInfoBothOrderByPathAndOrderByValuesShouldBeSetOrNotSet($orderByPathsVarName, $orderByValuesVarName)
19 19
     {
20 20
         return "Either both the arguments $orderByPathsVarName and $orderByValuesVarName should be null or not-null";
Please login to merge, or discard this patch.
src/POData/Common/Messages/configuration.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -4,11 +4,11 @@
 block discarded – undo
4 4
 trait configuration
5 5
 {
6 6
 /**
7
-     * Error message to show when both page size and
8
-     * result collection size are specified.
9
-     *
10
-     * @return string The message
11
-     */
7
+ * Error message to show when both page size and
8
+ * result collection size are specified.
9
+ *
10
+ * @return string The message
11
+ */
12 12
     public static function configurationMaxResultAndPageSizeMutuallyExclusive()
13 13
     {
14 14
         return 'Specification of \'entity set page size\' is mutually exclusive with the specification of \'maximum result per collection\' in configuration';
Please login to merge, or discard this patch.
src/POData/Common/Messages.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,5 +38,5 @@
 block discarded – undo
38 38
  */
39 39
 class Messages
40 40
 {
41
-    use common,expressionParser,metadataAssociationType,orderByInfo,resourceAssociationSet,segmentParser,configuration,http,metadataResourceType,providersWrapper,resourceAssociationType,skipTokenInfo,eTag,httpProcessUtility,metadataWriter,queryProcessor,resourceProperty,skipTokenParser,expandProjectionParser,IService,navigation,queryProvider,resourceSet,streamProviderWrapper,expressionLexer,keyDescriptor,objectModelSerializer,request,resourceType,uriProcessor;
41
+    use common, expressionParser, metadataAssociationType, orderByInfo, resourceAssociationSet, segmentParser, configuration, http, metadataResourceType, providersWrapper, resourceAssociationType, skipTokenInfo, eTag, httpProcessUtility, metadataWriter, queryProcessor, resourceProperty, skipTokenParser, expandProjectionParser, IService, navigation, queryProvider, resourceSet, streamProviderWrapper, expressionLexer, keyDescriptor, objectModelSerializer, request, resourceType, uriProcessor;
42 42
 }
Please login to merge, or discard this patch.