Skip to content

Commit 0a587dd

Browse files
[TASKSCLOUD-414] - Removed obsolete url encodings.
1 parent 347b5f0 commit 0a587dd

File tree

2 files changed

+337
-350
lines changed

2 files changed

+337
-350
lines changed

src/Aspose/Tasks/ObjectSerializer.php

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -108,19 +108,6 @@ public static function sanitizeFilename($filename)
108108
}
109109
}
110110

111-
/*
112-
* Take value and turn it into a string suitable for inclusion in
113-
* the path, by url-encoding.
114-
*
115-
* @param string $value a string which will be part of the path
116-
*
117-
* @return string the serialized object
118-
*/
119-
public static function toPathValue($value)
120-
{
121-
return rawurlencode(self::toString($value));
122-
}
123-
124111
/*
125112
* Take value and turn it into a string suitable for inclusion in
126113
* the query, by imploding comma-separated if it's an object.

0 commit comments

Comments
 (0)